Syntax Error: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (93)
Syntax Error: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (93)
说明node sass版本在当前环境运行不了
解决方案:
卸载后重新安装
1.卸载当前版本node sass
npm uninstall --save node-sass
2.重新安装node sass
npm install --save node-sass
结果又出现了以下错误
Syntax Error: Error: Node Sass version 7.0.1 is incompatible with ^4.0.0.
解决方案:
也是卸载重新安装
卸载
cnpm uninstall node-sass
安装
cnpm i -D sass
【推荐】100%开源!大型工业跨平台软件C++源码提供,建模,组态!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】Flutter适配HarmonyOS 5知识地图,实战解析+高频避坑指南
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步