npm 配置命令
node 安装之后 npm 自动安装(详见 node.js 的安装 )
- 查版本号:
$ npm -v
- 使用淘宝镜像:
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
node 安装之后 npm 自动安装(详见 node.js 的安装 )
$ npm -v
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
相关推荐