sincraianul / generator-angular-material-fullstack

Yeoman generator for Angular with Angular Material and an Express server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

floSeur opened this issue · comments

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 ?

commented

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.

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

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.