nodejs
npm
- 安装: npm install -g vuepress(-g全局)
- 删除: npm uninstall -g vuepress(-g全局)
指定源
临时使用 npm --registry https://registry.npm.taobao.org install express
永久使用 npm config set registry https://registry.npm.taobao.org
cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org (安装cnpm) cnpm install express (使用cnpm)