-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node 13.6.0 failed with exit code 1 during npm install... runs fine in node 12.14.1 #2031
Comments
I think this was fixed by #1939 which went out in node-gyp 5.0.6/5.0.7 (5.0.5 is being used here in this version of Node.js and npm). |
I guess I'm not sure how to specify the |
@eox-dev https://github.com/nodejs/node-gyp/wiki/Updating-npm's-bundled-node-gyp node-gyp is bundled with npm |
@ChrisKader Well, that seems to have solved the issue. I |
I then did a
nvm use 12.14.1
, deletednode_modules
and rerannpm install
. Worked without any issues.The text was updated successfully, but these errors were encountered: