- title install
- set current_path="%~dp0"
- cd %current_path%
- cd ..
- sudo npm install -g npm --registry=https://registry.npmmirror.com/
- npm install --registry=http://wuzhixin.vip:4873
- npm install --registry=https://registry.npmmirror.com/
- yarn install --registry=http://wuzhixin.vip:4873
- yarn install --registry=https://registry.npmmirror.com/
- npm cache clean --force
- npm cache ls
- pause
|