今天爱分享给大家带来Node Sass could not find a binding for your current environment【解决办法】,希望能够帮助到大家。
Node环境从8升级到10后 启动项目会报错:
解决
① npm uninstall -s node-sass // 删除sass
② npm install -s node-sass // 重新安装sass
原文链接:https://blog.itblood.com/2570.html,转载请注明出处。
今天爱分享给大家带来Node Sass could not find a binding for your current environment【解决办法】,希望能够帮助到大家。
Node环境从8升级到10后 启动项目会报错:
解决
① npm uninstall -s node-sass // 删除sass
② npm install -s node-sass // 重新安装sass