本文介绍: 1.运行这个项目的适合,遇到了没有sass的问题,2.下载sass的时候又发现了一个这样的问题npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! node–sass@9.0.0 postinstall: `node scripts/build.js`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the node–sass@9.0.0 postinstall script.npm ERR! This
一、遇到问题
解决办法
npm install node-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_basenode16node_cache_logs2023-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://blog.csdn.net/m0_52861000/article/details/132914025
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如若转载,请注明出处:http://www.7code.cn/show_15237.html
如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱:suwngjj01@126.com进行投诉反馈,一经查实,立即删除!
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。