yarn config get registry
如果觉得安装速度慢,安装源和原来 npm 是一样的,可以通用,修改方法如下:
查看配置的注册地址
yarn config get registry
可以改成 taobao 的源:
yarn config set registry https://registry.npmmirror.com
yarn 安装 node-sass
yarn add node-sass -g
设置好后关闭cmd命令窗口重新打开,这个时候在执行
yarn add node-sass -g