Wrong download URL when trying to install Node v5.0.0
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).
#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 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
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.
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.