node js npm 和 cnpm的使用
Posted 码农的成长之路-Jeson
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node js npm 和 cnpm的使用相关的知识,希望对你有一定的参考价值。
npm 可以安装node插件
cnpm使用的是淘宝网的镜像http://npm.taobao.org
安装命令提示符执行:npm install cnpm -g --registry=https://registry.npm.taobao.org
这样cnpm也可以和npm一样安装插件了
以上是关于node js npm 和 cnpm的使用的主要内容,如果未能解决你的问题,请参考以下文章