install.bat 383 B

123456789101112131415
  1. title install
  2. set current_path="%~dp0"
  3. cd %current_path%
  4. cd ..
  5. sudo npm install -g npm --registry=https://registry.npmmirror.com/
  6. npm install --registry=http://wuzhixin.vip:4873
  7. npm install --registry=https://registry.npmmirror.com/
  8. yarn install --registry=http://wuzhixin.vip:4873
  9. yarn install --registry=https://registry.npmmirror.com/
  10. npm cache clean --force
  11. npm cache ls
  12. pause