Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime

Error:

When compiling, I get the following error:
Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (88)

This is because of a version issue:
insert image description here

If you use the "node-sass": "^4.14.1" version, then you need to adjust the node version to: 14 version.
Then recompile and there will be no problem.

Solution:

Execution npm rebuild node-sasscan solve this error

Guess you like

Origin blog.csdn.net/weixin_52443895/article/details/131767726