使用nvmw在win7上安装node失败
本人Node新手一枚,在使用nvmw
在windows下安装nodejs
,遇到如下错误:
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 does not include npm
初步断定是https://raw.githubusercontent.com/joyent/node/v0.12.9/deps/npm/package.json无法正常访问造成,有没有用过nvmw
的知道怎么解决的,烦请告知解决办法,谢谢。
5 回复
@ystyle 谢谢,测试可用。但遇到一个问题: 本人电脑win7 x64,安装node-v4.2.4 x64正常,安装node-v0.12.9 x64,成功安装,但执行node -v时,提示不是有效的32位程序,只好使用v4.2.4了。