Yarn 和 NPM 国内快速镜像(淘宝镜像)

NPM

查询当前镜像
npm get registry

设置为淘宝镜像
npm config set registry https://registry.npm.taobao.org/

设置为官方镜像
npm config set registry https://registry.npmjs.org/

YARN

查询当前镜像
yarn config get registry

设置为淘宝镜像
yarn config set registry https://registry.npm.taobao.org/

设置为官方镜像
yarn config set registry https://registry.yarnpkg.com

posted @ 2020-09-27 16:48  葵儿啊  阅读(411)  评论(0编辑  收藏  举报
/*粒子线条,鼠标移动会以鼠标为中心吸附的特效*/