Skip to content
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

gyp http 404 fail #1233

Closed
Fjandin opened this issue Jun 15, 2017 · 1 comment
Closed

gyp http 404 fail #1233

Fjandin opened this issue Jun 15, 2017 · 1 comment

Comments

@Fjandin
Copy link

Fjandin commented Jun 15, 2017

After upgrading to node 8 i get this error when i do a yarn

error /app/node_modules/libpq: Command failed.
Exit code: 1
Command: sh
Arguments: -c node-gyp rebuild
Directory: /app/node_modules/libpq
Output:
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | linux | x64
gyp http GET https://nodejs.org/download//v8.1.1/node-v8.1.1-headers.tar.gz
gyp http 404 https://nodejs.org/download//v8.1.1/node-v8.1.1-headers.tar.gz
gyp WARN install got an error, rolling back install

Not sure wether this has something to do with gyp or libpq

But i know for a fact that https://nodejs.org/download//v8.1.1/node-v8.1.1-headers.tar.gz does indeed not exist but https://nodejs.org/download/release/v8.1.1/node-v8.1.1-headers.tar.gz exists. Note the missing /release/

@bnoordhuis
Copy link
Member

See nodejs/node#13667 for cause and workaround. The next node release will have a proper download URL again. I'll close this out, cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants