7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
|
NPM & Yarn换源
|
||
|
|
||
|
------------------------------------------------------------
|
||
|
npm config set registry https://registry.npmmirror.com
|
||
|
yarn config set registry https://registry.npmmirror.com
|
||
|
------------------------------------------------------------
|