标签:lock date div react tab info boot 使用 清除缓存
npm 命令解析
npm -v
npm list -g
npm install express -g
npm uninstall express -g
npm install bootstrap --save
npm install typescript --save-dev
npm outdated [-g]
npm update express
npm info react
npm dist-tag ls react
npm help
npm cache clean
npm prune
npm 配置
npm config list
npm config edit
npm config set proxy http://proxy.example.com:8000
npm config get proxy
npm delete proxy
npm install -g cnpm --registry=https://registry.npm.taobao.org
nrm 快速切换 npm 源
nrm ls
nrm use taobao
nrm test
node 更新
sudo npm install n -g
sudo n stable
标签:lock date div react tab info boot 使用 清除缓存
原文地址:http://www.cnblogs.com/Hao-Killer/p/7235398.html