node Sass Found bindings
前端VUE项目运行时报错
node Sass could not find a binding for your current environment: Windows 64-bit with node.js 12.x
Found bindings for the following environments:
– Windows 64-bit with node.js 12.x
This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
报错提示需要重新编译node-sass,使用命令 npm rebuild node-sass 后,依旧报错
再次查看报错,提示用node.js 的12.x版本
**解决办法:**更换nodejs版本