npm和yarn的使用

cnpm install -g yarn

#查看版本
yarn -version

#查看镜像
yarn config get registry

#设置镜像
yarn config set registry https://registry.npm.taobao.org

原文地址:https://www.cnblogs.com/zplogo/p/11757177.html