-
Notifications
You must be signed in to change notification settings - Fork 1.3k
libsass
binding not found
#906
Comments
What does |
Still getting the same error unfortunately. Also tried(with the same results):
Error:
|
Can you please post a full output of |
Ahhh sorry for the misunderstanding. I assume you mean https://gist.github.com/caseymorrisus/27ea6ebe0ccc3493c2c4 |
Thanks. The above link indicates that node-sass is installing correctly in |
Any idea what could be causing the bindings not found error? Been working on fixing this for a few days. |
I am sorry, you give too little information. |
Sorry about that, I'm not sure what you need to know. I'm currently trying to implement node-sass into my Electron (Atom Shell) project. Just trying to |
I don't think we provide binaries from the atom shell and the original binary file for Windows might not work. |
I am also running Windows 7 if that helps. I will test this out on OSX in ~1-2 hours to see if the problem exists there as well. Are you saying it won't be compatible with Windows & Atom? (I'm a little slow this morning) |
See some discussion about atom shell compatibility: electron/electron#533 electron/electron#1002 nodejs/nan#226 If you run normal |
@caseymorrisus please produce the full output from the following commands https://gist.github.com/am11/e5de3c49c219f0811e1d Make sure substitute |
This PowerShell script might work just fine, as it uses normal Somebody should step up and compile atom shell binaries and we should add them to the supported matrix. In the meantime @caseymorrisus might try to compile the binding from the source (Visual Studio and Windows SDKs are required). I guess that the binary path will be the same as for other engines, just linking to some atomized iojs library. For now, the answer is, "we need help to run node-sass under atom shell". |
+1 on OS X. I gave it a shot running 3.0.0 and it won't launch because of that same error. |
@SerenadeX please follow the steps in the troubleshooting guide exactly, and paste the output in a https://gist.gihtub.com. https://github.com/sass/node-sass/blob/master/TROUBLESHOOTING.md#linuxosx |
I ended up with this bug after updating my node to the latest version, |
I had the same problem when using visual studio task explorer, it appears visual studio comes with its own node version, always the 32-bit version even if you have node 64-bit version installed. Luckily in vs2015 you can set it to use the version from the PATH, see http://blogs.msdn.com/b/webdev/archive/2015/03/19/customize-external-web-tools-in-visual-studio-2015.aspx for more info) |
@Riuujin |
I don't know if it helps but in one of my machines none of the suggestions on this thread helped.
|
This appears to be resolved. |
For context this error is almost always because Since node-sass is a native module we build the c++ code on installation. It's our fault for not producing a more useful error message. This will be
|
A better error message will now be shown when this happens. #1148
|
@r3db |
Remove hard-coded version from autotools build
I've seen several threads elsewhere with this same issue, must have tried 20 solutions, none worked for me so far.
The text was updated successfully, but these errors were encountered: