node-gyp: Error: `gyp` failed with exit code: 1, lwip@0.0.8 install: `node-gyp rebuild`
Whenever I try to run npm install
it always throws this error.
What is the issue? Im trying to configure and rebuild it, it throws the error like this
Someone help me to resolve this.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 19 (7 by maintainers)
This solved the issue for me too!
nvm install 10.16.3 npm i node-gyp --save
@ptgiang56 For the time being, I downgraded to node 10.16.3, which resolved my issue.
If it’s a similar SyntaxError then yes it would appear so.
@pcjmfranken It was closed because the issue reported was SyntaxErrors due to an out-of-date version of Node.js being used. Subsequent comments have described different problems, which should have been opened as separate issues as they were not the SyntaxErrors that were reported originally. If you’re seeing a problem on current LTS it is almost certainly not the originally reported problem here and you should open a new issue describing the error you are seeing and including the full output of whatever command you are running.