Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed at the [email protected] install script 'node-pre-gyp install --fallback-to-build

Having this issue when using npm install. (lots of other people had this issue aswell with other commands/tasks).

I'm adding this question as a reference to a solution that has already worked for quite a few people.

like image 446
ManyQuestions Avatar asked Jan 18 '26 15:01

ManyQuestions


1 Answers

russfrisch commented 4 days ago:

I was experiencing this same issue. Changing in the version for grunt-node-inspector to prepend a ">=" instead of a "~" got this to work for me.

Link to github page where I found this solution.

like image 145
ManyQuestions Avatar answered Jan 21 '26 06:01

ManyQuestions