234cfds1 发表于 2017-2-25 07:47:22

node js npm 和 cnpm的使用

  安装nodejs后会有npm命令
  npm 可以安装node插件
  cnpm使用的是淘宝网的镜像http://npm.taobao.org
  安装命令提示符执行:npm install cnpm -g --registry=https://registry.npm.taobao.org
  这样cnpm也可以和npm一样安装插件了
win10 环境折腾 macaca 总结记
  https://github.com/yinxl/bootstrap
页: [1]
查看完整版本: node js npm 和 cnpm的使用