Node Sass does not yet support your current environment:Windows 64-bit with Unsupported runtime
报错 “Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime”
node sass 不支持当前的环境
1、卸载当前版本node sass
1 | npm uninstall --save node-sass |
2、重新安装node sass
1 | npm install --save node-sass |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 钥零零の博客!
评论