合作联系微信: w6668263      合作联系电话:177-9238-7426     

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

 

posted on 2021-07-22 13:32  草率的龙果果  阅读(1046)  评论(0编辑  收藏  举报

导航