Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

Wrong download URL when trying to install Node v5.0.0 #67

Open
simevidas opened this issue Nov 1, 2015 · 5 comments
Open

Wrong download URL when trying to install Node v5.0.0 #67

simevidas opened this issue Nov 1, 2015 · 5 comments

Comments

@simevidas
Copy link

nvmw install v5.0.0 fails:

capture

Looks like the correct download URL is “https://nodejs.org/dist/v5.0.0/win-x64/node.exe” (notice the extra “win-” prefix in the directory).

@tolbertam
Copy link

#59 should solve this, it seems to be working for me from @TimothyGu's branch.

@modliszka
Copy link

I have this error too and it looks like it wasn't fixed. I wanted install node v4.0.0.

To fix this I changed 137 line in nvmw.bat file to:

set NODE_EXE_URL=%NVMW_NODEJS_ORG_MIRROR%/%NODE_VERSION%/win-x64/node.exe

@Loyalsoldier
Copy link

It seems that the node.exe path on nodejs.org has changed since the release of v4. And the download URL is wrong of course.

tomByrer added a commit to tomByrer/nvm that referenced this issue Dec 14, 2015
@sjc01234
Copy link

sjc01234 commented Sep 6, 2017

So no resolution on this yet?

@modliszka suggestion worked for me. Manually altering the .bat file.

@yoannmoinet
Copy link

@sjc01234 I don't know if this project is abandoned or not, but I had a fork for some time that seems to work ok (for me at least).

Look out for the 1-2 differences with this one though.

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

No branches or pull requests

6 participants