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)

yarn

上次更新:
贡献者: NOHI