Error installing node-gyp on ubuntu

If your python version isn’t the source of error, check if you have “gyp” installed. This is conflicting with the gyp version in node-gyp.

apt-get remove gyp

https://github.com/TooTallNate/node-gyp/issues/363#issuecomment-32234646

Leave a Comment