https://ice.work/iceworks
https://nodejs.org/en/download/
安装工具
$ npm install iceworks -g
启动工作台
$ iceworks
设置缓存
C:\WINDOWS\system32>npm config set prefix D:\catch\npm
C:\WINDOWS\system32>npm config set cache D:\catch\npm-cache
配置列表
npm config list --json
清理缓存
npm cache clean
用administrator 启动 nodejs
runas /user:administrator cmd
淘宝源
npm config set registry https://registry.npm.taobao.org