【发布时间】:2019-01-03 10:05:23
【问题描述】:
当我使用“yarn build”时,我收到一条错误消息:
Error: Missing binding /www/htdocs/node_modules/node-sass/vendor/linux-x64-57/binding.node
Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 8.x
Found bindings for the following environments:
- Linux 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,但没有成功。我该怎么办?
【问题讨论】:
标签: build node-modules yarnpkg