We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting the following error when I'm installing node-gyp:
node-gyp
gyp ERR! stack Error: 404 response downloading https://nodejs.org/download//v8.1.1/node-v8.1.1-headers.tar.gz
The text was updated successfully, but these errors were encountered:
See #1230, #1231, #1232 and #1233. I'll leave this issue open for a while in the hope that it stops the duplicates.
tl;dr use npm install --dist-url https://nodejs.org/download/release
npm install --dist-url https://nodejs.org/download/release
Sorry, something went wrong.
Should be okay now that nodejs/build#759 is in place. You'll still want to upgrade to v8.1.2 when it comes out later today / tomorrow.
Ah sorry for the duplicate, this is also caused by the fact that the latest Node Docker image is using 8.1.1.
No branches or pull requests
I'm getting the following error when I'm installing
node-gyp
:The text was updated successfully, but these errors were encountered: