sass-loader和node-sass与node版本的依赖问题

sass-loader和node-sass与node版本的依赖问题

没有人会陪你走到最后,碰到了便是有缘,即使到了要下车的时候,也要心存感激地告别,在心里留下空白的一隅之地,多年后想起时依然心存甘味。------林清玄

报错截图

报错信息

npm ERR! code 1 npm ERR! path G:\项目源码\低代码平台\DataRoom\data-room-ui\node_modules\node-sass npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js npm ERR! Building: C:\Program Files\nodejs\node.exe G:\项目源码\低代码平台\DataRoom\data-room-ui\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= npm ERR! gyp info it worked if it ends with ok npm ERR! gyp verb cli npm ERR! gyp verb cli 'C:\\Program Files\\nodejs\\node.exe', npm ERR! gyp verb cli 'G:\\项目源码\\低代码平台\\DataRoom\\data-room-ui\\node_modules\\node-gyp\\bin\\node-gyp.js', npm ERR! gyp verb cli 'rebuild', npm ERR! gyp verb cli '--verbose', npm ERR! gyp verb cli '--libsass_ext=', npm ERR! gyp verb cli '--libsass_cflags=', npm ERR! gyp verb cli '--libsass_ldflags=', npm ERR! gyp verb cli '--libsass_library=' npm ERR! gyp verb cli npm ERR! gyp info using node-gyp@3.8.0 npm ERR! gyp info using node@20.0.0 | win32 | x64 npm ERR! gyp verb command rebuild \[\] npm ERR! gyp verb command clean \[\] npm ERR! gyp verb clean removing "build" directory npm ERR! gyp verb command configure \[\] npm ERR! gyp verb check python checking for Python executable "python2" in the PATH npm ERR! gyp verb which failed Error: not found: python2 npm ERR! gyp verb which failed at getNotFoundError (G:\项目源码\低代码平台\DataRoom\data-room-ui\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (G:\项目源码\低代码平台\DataRoom\data-room-ui\node_modules\which\which.js:68:19)

问题处理

寻找sass-loader和node-sass与node兼容的版本,目前本人的配置为
node 14.0.0 nvm管理
"node-sass": "4.14.1",
"sass-loader": "7.1.0",

参考资料

www.npmjs.com/package/nod...
blog.csdn.net/oowweb/arti...

相关推荐
小碗细面2 分钟前
前端 Prompt 工程实战:如何搭建场景化 Prompt 库
前端·ai编程
阿瑞IT5 分钟前
2026年 AI Agent 生产化落地全景:四大高频故障根因分析与工程解法
前端
木木剑光11 分钟前
我开源了一个 React 组件库,沉淀了多个高频组件和实用 Hooks
前端·javascript·react.js
kyriewen15 分钟前
DeepSeek API 高峰时段涨价 2 倍,便宜大碗的时代要结束了?
前端·ai编程·deepseek
Moment42 分钟前
牛逼,NextJs 从 16.3 开始全面拥抱 Agent Native 🥰🥰🥰
前端·后端·面试
沸点小助手1 小时前
6月沸点活动获奖名单公示|本周互动话题上新🎊
前端·后端
Csvn1 小时前
React 19 `use()` 来了:以后数据加载可以不用 useEffect?
前端·react.js
没落英雄1 小时前
从零开始搭建一个 AI Agent —— LangChain + TypeScript 实战手记
前端·人工智能·架构
远航_1 小时前
git submodule
前端·后端·github
摸着石头过河的石头1 小时前
从 Webpack 到 RSBuild:前端构建工具的进化之路
前端