npm 备忘录
常用命令1$ npm init / install / uninstall / update
12$ npm ls$ npm list -g --depth 0
12npm config set proxy xxx.comnpm config list
1234$ npm outdatedPackage Current ...
阅读全文…