-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
dist-files redirected to blog (was: CDN misconfigured breaking npm < 2.13.2 and < 3.1.3) #124
Comments
This also breaks hits/links from Google searches, which still use HTTP in most cases. |
Related: |
same bug with nvm. then I updated the env |
please return to previous CDN configuration |
+1, my builds are failing |
cc @rvagg / @orangemocha |
Some of our dependencies is using node-gyp which downloads node.js. All builds are failing with such an error:
|
+1 We can't deploy to production (Amazon Elastic Beanstalk)! How do we fix this...? |
+1 |
Yes, we know and we're already working on a fix. |
should be fixed now, cached redirects may still get in the way however |
Hi.
Apparently you can also set this value in ~/.npmrc but I haven't tested it. |
This is fixed for me now. The redirect is gone. My browser cached the redirect, as you said, but it works now from the command line when we do npm install. Thanks so much for the quick fix :-) |
DIST files are fixed. confirmed but: http links to repo now are broken: |
@tereska this is an npm thing if there's a problem, but I can't see one, they both work for me |
ok now they are working for me also. thanks |
@godric7 Unfortunately, there doesn't seem to be a corresponding config value in npm@2 (tried |
thanks for the fix! |
I think there is still some issue with this. When i try to download this url: and when i try to download http://nodejs.org/dist/v0.12.7/node-v0.12.7-linux-x64.tar.gz, it is super slow any alternative mirrors i can use |
Can't reproduce the redirect. Maybe it's still cached on your side? /cc @nodejs/build |
you may have a cached version of the redirect still? re slowness, we're using CloudFlare now so it should be a lot faster than it ever was, what country are you in? Also, try |
http://nodejs.org/dist
is redirecting to the Node blog, breaking native module installation on fresh instances withnpm
versions prior to2.13.2
and3.1.3
, both of which bundlenode-gyp
version2.0.2
which switches tohttps://nodejs.org/dist
as the base URL.Note the
Location:
header below:More detail in this gist.
The text was updated successfully, but these errors were encountered: