leaf/hints/nodejs.txt

7 lines
251 B
Plaintext
Raw Normal View History

NPM & Yarn换源
------------------------------------------------------------
npm config set registry https://registry.npmmirror.com
yarn config set registry https://registry.npmmirror.com
------------------------------------------------------------