-
-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The libsass
binding was not found, current node version 4.0.0
#162
Comments
What's the output when you rebuild |
Output after running
Wiping the |
The path is different: |
There is nothing explicitly pointing to
I added this package to meteor-webpack-react-kickstart if that helps. I also posted an issue on their repo to test against the actual environment in which I am using webpack. I appreciate the help. Thank you. |
Are you absolutely sure that your program runs on node 4.0.0 and not some other version using nvm? |
Everything runs fine before I install sass-loader. |
That could be because you didn't use any modules that must be compiled before sass-loader/node-sass. |
getting exactly same error here |
+1 |
There is a cross thread going here as well. Seems it is a mac issue. I do not own a PC to confirm. |
Just posted on the other thread. Can confirm this on PC win 8.1. Gonna try the win 10 |
same for win 10 Error: The |
Same situation on Ubuntu 14.04. :-/ |
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. |
I have checked out a clean version of the solution which lead to automated restore of the NPM packages to the latest version. Now the issue is happening no more... However, I tried to restore the packages before and it did not help. |
Quick fix: delete the node-sass folder from node_modules and run NPM install. |
Thanks @radotzki |
Closing this for now because there is no example and it's probably not the right repository. |
Not sure if this should be closed as I am experiencing this same issue on Windows 10 and node 4.2.2. When I removed the node-sass folder from node_modules folder and ran npm install nothing happened. I had to run npm install gulp-sass --save-dev again in order for the node-sass folder to be reinstalled. Unfortunately, this still doesn't resolve the error as the win32-ia32-11 still doesn't exist. Mine only shows win32-x64-46. |
Do you have |
In my devDependencies, I have: "devDependencies": {
"gulp": "^3.9.0",
"gulp-sass": "^2.1.0",
"node-sass": "^3.4.1"
} |
I resolved by issue with Visual Studio by moving the PATH variable higher in priority as found here. |
Thx for sharing this! |
Haydenhancock. |
When you updated the path variable, did you sign out and back in? If not, try that. I'll send a screenshot of my setup when I can. |
Never mind I got it sorted. I needed to add |
Awesome, Glad to hear! |
@haydenhancock this solved my issue. Thanx a lot! |
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)
The text was updated successfully, but these errors were encountered: