sadjv3_admin/init.bat

7 lines
440 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
::https://registry.npmmirror.com
::如果报pnpm error (CERT_HAS_EXPIRED). Will retry in 10 seconds. 2 retries left.’执行下一行更改源
::npm config set registry https://registry.npmmirror.com
pnpm install