nvmw
nvmw copied to clipboard
Simple Node Version Manager for Windows
i've installed the latest node version, i'm using nvmw install 8.10.0 to change the version, but i get the following error : Downloading Node v8.10.0 failed
0 unknow
Start installing node/v6.11.1 (x64) to D:\Nvmw\nvmw\v6.11.1 Download from http://npm.taobao.org/mirrors/node/v6.11.1/win-x64/node.exe, and s ave it as D:\Nvmw\nvmw\v6.11.1\node.exe 0 Unknown Download D:\Nvmw\nvmw\v6.11.1\node.exe from http://npm.taobao.org/mirrors/node/v 6.11.1/win-x64/node.exe failed
`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).
``` C:\Users\Administrator>nvmw install 0.12.9 Start installing node/v0.12.9 (x64) to D:\Portable\nvmw\v0.12.9 Download from http://npm.taobao.org/mirrors/node/v0.12.9/x64/node.exe, and save it as D:\Portable\nvmw\v0.12.9\node.exe Done Start install npm Download file from https://raw.githubusercontent.com/joyent/node/v0.12.9/deps/np m/package.json package.json node v0.12.9...
With these changes `nvmw use [iojs|node]` will persist in system path accross cmd's sessions. As quickly discussed in #42. Here are the steps : - clean path from special characters...
It is trying to download node using `https://nodejs.org/dist/v7.9.0/x64/node.exe` whereas the correct uri should be `https://nodejs.org/dist/v6.10.3/win-x64/node.exe`
fix the node URL issue. fix the issue as reported in https://github.com/hakobera/nvmw/issues/75
Links like https://raw.githubusercontent.com/joyent/node/v7.9.0/deps/npm/package.json are not available anymore. Instead, it's necessary to use https://raw.githubusercontent.com/nodejs/node/v7.9.0/deps/npm/package.json
``` Start installing node/v0.11.14 (x64) to C:\Users\Administrator\.nvmw\v0.11.14 Download from http://npm.taobao.org/mirrors/node/v0.11.14/x64/node.exe, and save it as C:\Users\Administrator\.nvmw\v0.11.14\node.exe Done Start install npm Download file from https://raw.githubusercontent.com/joyent/node/v0.11.14/deps/npm/package.json package.json Content length is 3.85kb Download 100%,...