node.js
官網(wǎng)下載安裝?https://nodejs.org/en/? ?
git bash
官網(wǎng)下載地址?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(你想要切換到哪個(gè)源寫哪個(gè)? ?具體有哪些源可以在nrm ls命令中看到)
npm?
npm init??