-
Notifications
You must be signed in to change notification settings - Fork 179
download issue #75
Comments
I rewrote line 44 in npm_get.js var pkgUri = util.format(NPM_PKG_JSON_URL, 'nodejs/node', now it's failing somewhere in unzipping or getting npm or something |
I added a |
nvmw doesn't seem to set the alias to |
huge thanks to @spaghet, really solved my problem |
fix the node URL issue.
use in windows:
first i found the url which to download node is wrong,and i fix it :
no 'https://nodejs.org/dist/v5.2.0/x64/' buy ' https://nodejs.org/dist/v5.2.0/win-x64/'
But it still have a error:
Start install npm
Download file from https://raw.githubusercontent.com/joyent/node/v5.2.0/deps/npm/package.json
package.json
node v5.2.0 does not include npm
The text was updated successfully, but these errors were encountered: