linux 安装npm

在安装npm时执行    

curl http://npmjs.org/install.sh | sh

结果出现如下错误:

sh: 1: cannot open html: No such file

sh: 2: Syntax error: redirection unexpected

这貌似是说文件不存在?

直接访问http://npmjs.org/install.sh却可以访问这个文件,并且会自动下载,然后可以手动执行

sudo sh install.sh

npm就可以安装成功了。

虽然问题解决了,但是不知道官方文档给的命令失败的原因,在此跪求。




你可能感兴趣的:(linux,nodejs,npm)