npm 和 yarn 更改为淘宝镜像

   查看registry

# npm命令
npm config get registry
# yarn命令
yarn config get registry

修改为淘宝镜像
# npm命令
npm config set registry http://registry.npm.taobao.org/
# yarn命令
yarn config set registry http://registry.npm.taobao.org/

修改为原镜像
# npm命令
npm config set registry http://registry.npmjs.org/
# yarn命令
yarn config set registry http://registry.npmjs.org/

 
posted @ 2021-11-23 15:53  zigood  阅读(186)  评论(0编辑  收藏  举报