使用yrm等工具,或命令设置镜像仓库无法解决node-sass二进制包下载源的问题
经查看还是会从github上下载,由于总所周知的原因,所以安装node-sass经常报错
我们可以使用以下2个命令解决:
设置yarn源为淘宝源

yarn config set registry https://registry.npm.taobao.org -g

配置 node-sass 二进制包镜像地址

yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
Last modification:February 25, 2020
If you think my article is useful to you, please feel free to appreciate