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.
Syntax Error: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (93)
解决方案:
也是卸载重新安装
卸载

cnpm uninstall node-sass

安装

cnpm i -D sass

相关文章:

  • 2021-06-22
  • 2022-12-23
  • 2021-08-25
  • 2021-08-28
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2021-09-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-10-08
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
相关资源
相似解决方案