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
|
2024-06-08 21:13:41 +08:00
|
|
|
|
::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.’执行下一行更改源
|
2024-06-08 21:13:41 +08:00
|
|
|
|
::npm config set registry https://registry.npmmirror.com -- npm rebuild node-sass
|
|
|
|
|
npm install --registry https://registry.npmmirror.com
|