Linux安装npm
下载npm
1 | cd ~ |
建立软连接
1 | sudo ln -s /usr/local/node/bin/npm /usr/bin/npm |
安装cnpm
1 | npm install -g cnpm --registry=https://registry.npm.taobao.org |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Cokode' Blog!
1 | cd ~ |
1 | sudo ln -s /usr/local/node/bin/npm /usr/bin/npm |
1 | npm install -g cnpm --registry=https://registry.npm.taobao.org |