错误 Missing binding node_modules\node-sass\vendor\win32-x64-83\binding.node Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 14.x Found bindings for the following environments: - Windows 64-bit
错误
Missing binding node_modules\node-sass\vendor\win32-x64-83\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 14.x
Found bindings for the following environments:
- Windows 64-bit with Node.js 14.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_modules\node-sass\vendor\win32-x64-83目录下为空
解决
去github下载所需文件放到目录里Release v4.14.0 · sass/node-sass (github.com)|sass/node-sass: Node.js bindings to libsass (github.com)
npm rebuild node-sass