When running the previously written vue project, I encountered the following error.
It should be caused by incompatible version upgrade
Error:
It should be caused by incompatible version upgrade
Error:
Module build failed: ModuleBuildError: Module build failed: Error: Missing binding E:\SVN\32IDPW\04-project\03-source\02-web\briefing\node_modules\node-sass\vendor\win32-x64-64\binding.node Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 10.x Found bindings for the following environments: - Windows 64-bit with Node.js 8.x
Solution:
npm rebuild node-sass
npm update
npm run dev