这是 VSC 终端向我展示的内容
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (93)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.14.1
Run Code Online (Sandbox Code Playgroud)
我在堆栈溢出中尝试了一些解决方案:
npm rebuild node-sass
Run Code Online (Sandbox Code Playgroud)
和
npm uninstall node-sass && npm install node-sass
Run Code Online (Sandbox Code Playgroud)
但不起作用,我看到有些人谈论节点版本是否支持 sass,我使用v16.14.0它的 LTS 版本应该支持我猜,我希望有人可以提供帮助,谢谢