升级node后vue项目启动报错
“Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 10.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.
执行命令npm rebuild node-sass
执行 npm update 来更新项目里的依赖包