安装nodejs后会有npm命令
npm 可以安装node插件
cnpm使用的是淘宝网的镜像http://npm.taobao.org
安装命令提示符执行:npm install cnpm -g --registry=https://registry.npm.taobao.org
这样cnpm也可以和npm一样安装插件了
时间: 2024-11-08 12:18:43
安装nodejs后会有npm命令
npm 可以安装node插件
cnpm使用的是淘宝网的镜像http://npm.taobao.org
安装命令提示符执行:npm install cnpm -g --registry=https://registry.npm.taobao.org
这样cnpm也可以和npm一样安装插件了