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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM