nvmw icon indicating copy to clipboard operation
nvmw copied to clipboard

Wrong download URL when trying to install Node v5.0.0

Open simevidas opened this issue 10 years ago • 5 comments

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).

simevidas avatar Nov 01 '15 20:11 simevidas

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

tolbertam avatar Nov 07 '15 18:11 tolbertam

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

modliszka avatar Nov 10 '15 15:11 modliszka

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.

Loyalsoldier avatar Nov 12 '15 09:11 Loyalsoldier

So no resolution on this yet?

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

sjc01234 avatar Sep 06 '17 21:09 sjc01234

@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.

yoannmoinet avatar Sep 11 '17 07:09 yoannmoinet