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