sass-loader: The `libsass` binding was not found, current node version 4.0.0
I am getting this error when using sass-loader. Current installed version of node is v4.0.0
I attempted to uninstall and reinstall node-sass with no avail.
Error: The libsass
binding was not found in …/node_modules/node-sass/vendor/darwin-x64-11/binding.node
(STDERR) This usually happens because your node version has changed.
(STDERR) Run npm rebuild node-sass
to build the binding for your current node version.
(STDERR) at Object.sass.getBinaryPath (…/node_modules/node-sass/lib/extensions.js:150:11)
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 28 (8 by maintainers)
Quick fix: delete the node-sass folder from node_modules and run NPM install. (OSX node version 4.1.2)
I resolved by issue with Visual Studio by moving the PATH variable higher in priority as found here.
I’m using node 4.1 on OSX and could not observe these kind of errors. Could you provide a minimal test setup that reproduces the error? Otherwise I doubt that this repository is the right location for this issue.