在windows下安装node-sass失败,提示\node-sass: Command failed,解决方案
2021-03-21 11:24
标签:file command 问题 style png yar set 提示 mini 执行命令 :报错 出现这个问题的原因一般是网络问题,被墙了,这个时候我们不妨换个源试试 yarn config set registry https://registry.npm.taobao.org/ 通过该命令设置yarn的下载源 最后执行一下命令安装成功 在windows下安装node-sass失败,提示\node-sass: Command failed,解决方案 标签:file command 问题 style png yar set 提示 mini 原文地址:https://www.cnblogs.com/pongx/p/11824518.htmlyarn add node-sass@4.7.2 --dev --registry=https://registry.npm.taobao.org
pm i node-sass@4.7.2 -D --registry=https://registry.npm.taobao.org
上一篇:(64)C# 预处理器指令
下一篇:C# Random
文章标题:在windows下安装node-sass失败,提示\node-sass: Command failed,解决方案
文章链接:http://soscw.com/index.php/essay/67145.html