Vue 启动报错

【Vue 启动报错】转载地址:https://blog.csdn.net/YY110621/article/details/89311201
Vue Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 10.x

Module build failed (from ./node_modules/sass-loader/lib/loader.js): Error: Missing binding D:\lipeixitong\node_modules\node-sass\vendor\win32-x64-72\binding.node Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 12.xFound bindings for the following environments: - Windows 64-bit with Node.js 10.xThis usually happens because your environment has changed since running `npm install`. Run `npm rebuild node-sass` to download the binding for your current environment. at module.exports (D:\lipeixitong\node_modules\node-sass\lib\binding.js:15:13) at Object. (D:\lipeixitong\node_modules\node-sass\lib\index.js:14:35) at Module._compile (internal/modules/cjs/loader.js:759:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:770:10) at Module.load (internal/modules/cjs/loader.js:628:32) at Function.Module._load (internal/modules/cjs/loader.js:555:12) at Module.require (internal/modules/cjs/loader.js:666:19) at require (internal/modules/cjs/helpers.js:16:16) at Object.sassLoader (D:\lipeixitong\node_modules\sass-loader\lib\loader.js:46:72)

解决办法
解决方式:
  1. 使用: npm rebuild node-sass
  2. 然后再npm run dev 就没问题了

    推荐阅读