sadjv3_admin/init.bat

7 lines
522 B
Batchfile
Raw Normal View History

2024-06-05 19:13:04 +08:00
set /P nodePath=<nodePath.txt
set path=%nodePath%;%path%
::yarn --registry https://registry.npm.taobao.org || npm install -g yarn --registry https://registry.npm.taobao.org && yarn --registry https://registry.npm.taobao.org
::yarn --registry https://registry.npmmirror.com
2024-06-05 19:13:04 +08:00
::如果报pnpm error (CERT_HAS_EXPIRED). Will retry in 10 seconds. 2 retries left.’执行下一行更改源
::npm config set registry https://registry.npmmirror.com -- npm rebuild node-sass
npm install --registry https://registry.npmmirror.com