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

download link error #60

Closed
gusyang opened this issue Sep 19, 2015 · 1 comment
Closed

download link error #60

gusyang opened this issue Sep 19, 2015 · 1 comment

Comments

@gusyang
Copy link

gusyang commented Sep 19, 2015

for v4.1.0,
when use nvmw install v4.1.0, the bat file build link is https://nodejs.org/dist/v4.1.0/x64/node.exe
but real link is "https://nodejs.org/dist/v4.1.0/win-x64/node.exe"

@littleben93
Copy link

The same issue.
I changed this string
set NODE_EXE_URL=%NVMW_NODEJS_ORG_MIRROR%/%NODE_VERSION%/x64/node.exe
to
set NODE_EXE_URL=%NVMW_NODEJS_ORG_MIRROR%/%NODE_VERSION%/win-x64/node.exe and it works.

@gusyang gusyang closed this as completed Aug 23, 2016
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

2 participants