node.js gitbash nrm cnpm 安装及使用
2021-06-22 本文已影响0人
卢卢2020
node.js
官网下载安装 https://nodejs.org/en/
git bash
官网下载地址 https://git-scm.com/downloads 先安装git 再安装node
安装cnpm
npminstall cnpm -g --registry=https://registry.npm.taobao.org
安装nrm
npm install -g nrm
查看nrm源
nrm ls
切换nrm源
nrm use npm(你想要切换到哪个源写哪个 具体有哪些源可以在nrm ls命令中看到)
npm
npm init