Closed vikeri closed 8 years ago
Ok the issue was solely related to node-gyp, the following solved it for me:
rm -R node_modules
, rm -R ~/.node-gyp
, rm -R ~/.npmrc
and then a restart and ultimately npm install
again.
Solution from: https://github.com/nodejs/node-gyp/issues/809
Hi!
When I run
npm install
inexamples/app
I get the following error:Mac node v5.7.0 npm v3.7.5