-
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
404 when trying to download Node 8.1.1 headers #1230
Comments
Workaround: @michaeldzjap are you using nvm? I think this has something to do with |
Something went wrong with the release, the embedded download URL is wrong:
IOW, not a node-gyp issue. You'll have to use a workaround with v8.1.1 like the one @Jeff-Lewis posted. |
@Jeff-Lewis Thanks, explicitly specifying the URL solved the problem. I'll close the issue, since it is not related to node-gyp. |
For folks finding this issue from problems with If you're on Heroku, just do a Do make sure to unset this var on the next node release so your build doesn't break if the values from |
I am trying to build an npm package from source:
But this results in an
Any help with this would be greatly appreciated. I'm on macOS v10.12.5 using node-gyp v3.6.2 and node v8.1.1.
The text was updated successfully, but these errors were encountered: