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...

相关推荐
IT_陈寒7 小时前
Python 3.12性能优化实战:5个让你的代码提速30%的新特性
前端·人工智能·后端
赛博切图仔7 小时前
「从零到一」我用 Node BFF 手撸一个 Vue3 SSR 项目(附源码)
前端·javascript·vue.js
爱写程序的小高7 小时前
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree
前端·npm·node.js
loonggg7 小时前
竖屏,其实是程序员的一个集体误解
前端·后端·程序员
程序员爱钓鱼8 小时前
Node.js 编程实战:测试与调试 - 单元测试与集成测试
前端·后端·node.js
码界奇点8 小时前
基于Vue.js与Element UI的后台管理系统设计与实现
前端·vue.js·ui·毕业设计·源代码管理
时光少年8 小时前
Android KeyEvent传递与焦点拦截
前端
踢球的打工仔8 小时前
typescript-引用和const常量
前端·javascript·typescript
OEC小胖胖8 小时前
03|从 `ensureRootIsScheduled` 到 `commitRoot`:React 工作循环(WorkLoop)全景
前端·react.js·前端框架
时光少年8 小时前
ExoPlayer MediaCodec视频解码Buffer模式GPU渲染加速
前端