10
09/2014
mac安装npm
先尝试
curl https://npmjs.org/install.sh | sh
失败,然后尝试下面的办法,下载,本地编译
git clone http://github.com/isaacs/npm.git cd npm sudo make install
查看一下版本,安装成功
$ npm -v 1.2.17
先尝试
curl https://npmjs.org/install.sh | sh
失败,然后尝试下面的办法,下载,本地编译
git clone http://github.com/isaacs/npm.git cd npm sudo make install
查看一下版本,安装成功
$ npm -v 1.2.17