-
Notifications
You must be signed in to change notification settings - Fork 179
Update for Node v4.0.0 #58
Comments
+1 |
I used the bat file from the above reference (#59) and found there is one additional install issue.
I identified the version of npm required for node v4 from the changelog: My temporary fix is:
Node v4 will install and you'll still see the error about npm not included as above, immediately followed by: Done. Note: This was written for 4.0.0 but is working for 4.1.0 as well so adjust accordingly as versions change. |
FYI, i had to put the npm.zip in the v4.0.0 directory. not the .nvmw directory. Thanks! |
Thanks @Simplecoin I didn't catch the error. Corrected the post. |
The download path for Node v4.0.0 is https://nodejs.org/dist/v4.0.0/win-x64/node.exe and https://nodejs.org/dist/v4.0.0/win-x86/node.exe, so running
nvmw install v4.0.0
fails because it tries to download from paths like https://nodejs.org/dist/v4.0.0/x64/node.exe.The text was updated successfully, but these errors were encountered: