怎么用npm安装yarn
Posted 头名字W
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎么用npm安装yarn相关的知识,希望对你有一定的参考价值。
用npm命令安装yarn
执行命令:
npm install -g yarn --registry=https://registry.npm.taobao.org
配置安装源:
yarn config set registry https://registry.npm.taobao.org -g
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
以上是关于怎么用npm安装yarn的主要内容,如果未能解决你的问题,请参考以下文章