sincraianul / generator-angular-material-fullstack

Yeoman generator for Angular with Angular Material and an Express server
68 stars 22 forks source link

node-pre-gyp install --fallback-to-build #6

Open floSeur opened 8 years ago

floSeur commented 8 years ago

Hi, I've got an error and a fail on my system (OSX 10.11.4) when this command is running "node-pre-gyp install --fallback-to-build". Anyone who got the same issue ?

Ataye commented 8 years ago

Me too, but on windows 10. Tried updating everything (node + npm, mongodb) tried with python 2.7 but still getting same error.

No action since Feb12 so not sure we'll hear anything from teh author. Moving on to another generator.

dnnagy commented 8 years ago

Hi ! I had the same issue. Try sudo npm install node-pre-gyp -g. I also did what is dexcribed here.

floSeur commented 8 years ago

Hi.

Last time i just changed my package.json : "grunt-node-inspector": "^0.4.1". But know, I'm getting the same issue when I try to deploy my app on Heroku but this time I don't know how to fix it because my package.json is correct.