当前位置 : 主页 > 编程语言 > java >

npm出错误node-sass\vendor\win32-x64-83\binding.node

来源:互联网 收集:自由互联 发布时间:2022-08-10
错误 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
网友评论