码迷,mamicode.com
首页 > 其他好文 > 详细

Failed at the node-sass@4.13.1 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

时间:2020-03-30 16:05:28      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:log   fail   problem   info   addition   没有   img   font   pre   

技术图片

看的第一遍,找不到sass,查看node-sass文件,里面没有文件

解决办法

下载sass之前,要先修改源

先把node-modules删除掉

执行以下命令

npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass

再 npm install

 

 

Failed at the node-sass@4.13.1 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

标签:log   fail   problem   info   addition   没有   img   font   pre   

原文地址:https://www.cnblogs.com/duhui/p/12598830.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!