This repository has been archived by the owner on Dec 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 179
Wrong download URL when trying to install Node v5.0.0 #67
Comments
#59 should solve this, it seems to be working for me from @TimothyGu's branch. |
I have this error too and it looks like it wasn't fixed. I wanted install To fix this I changed 137 line in
|
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
Seems to be abandoned: - hakobera/nvmw#67 - hakobera/nvmw#66 - hakobera/nvmw#69
Merged
So no resolution on this yet? @modliszka suggestion worked for me. Manually altering the .bat file. |
@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.
nvmw install v5.0.0
fails: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).
The text was updated successfully, but these errors were encountered: