首页 前端知识 解决sass问题:npm ERR! node-sass@9.0.0 postinstall: `node scripts/build.js`

解决sass问题:npm ERR! node-sass@9.0.0 postinstall: `node scripts/build.js`

2024-02-02 09:02:45 前端知识 前端哥 689 196 我要收藏

目录

一、遇到问题

解决办法

二、 再次遇到问题 

解决办法 

题外话


一、遇到问题

1.运行这个项目的适合,遇到了没有sass的问题

解决办法

然后就用命令下载sass

npm install  node-sass

二、 再次遇到问题 

2.下载sass的时候又发现了一个这样的问题

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@9.0.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@9.0.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.  

npm ERR! A complete log of this run can be found in:
npm ERR!     D:\IT_base\node16\node_cache\_logs\2023-09-15T17_50_36_308Z-debug.log

解决办法 

检查在这个错误之前有没有其他的错误出现,如果有就先去解决其他的问题,只有这个错误就把这个sass的源改成淘宝源就可以解决了

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

然后再去重新下载依赖试试看

npm install

题外话

我这里除了这个错误,还有没有下载python环境的错误,要先去下载python的环境再来弄这个。

转载请注明出处或者链接地址:https://www.qianduange.cn//article/1079.html
评论
发布的文章

Ajax用法总结

2024-02-14 09:02:07

JQuery之jsTree树形插件

2024-02-14 09:02:01

Why React Doesn‘t Need jQuery?

2024-02-14 09:02:00

jQuery模板字符串

2024-02-14 09:02:58

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!