-
Notifications
You must be signed in to change notification settings - Fork 1.3k
node-sass builds binary even though it exists #1376
Comments
That’s not the issue in my case. -- On February 10, 2016 at 6:37:34 PM, Michael Mifsud (notifications@github.com) wrote: A quick search of closed issue would have shown you that current The npm installation error reports that the binary isn't compatible.
|
Node Sass will not attempt to compile the binding if it alreday present. However since there is now way to know if the binary is present until the install happens node-gyp needs to be a dependency. Maybe there is a way to make node-gyp not error prematurely. However you have not followed the contribution doc so we don't have any of the information required to potentially help you. |
Apologies I realised that was not your issue and removed the comment. |
Yeah sorry about that, I will get back to you with the proper info. |
Most Docker problems are coming from the fact that you are trying to do |
Closing due to inactivity. Please open a new issue with the exact steps required to reproduce the problem. |
I have a very similar issue. In order to speed up builds, I'm installing |
@kop if you try with node-sass@v3.5 it should produce the error the check ran into. |
Here is what I have during
And this from
|
It appears that Alpine Linux doesn't have the correct symbols. Essentially our precompiled binaries are not compatible with Alpine Linux. As previously stated this has come up before, and as yet we don't have an offical solution. |
We're working on Alpine Linux support in #1589 and could use your help! |
I'm working with alpine linux with docker, i do not want python g++ and gcc cached into the ever changing layer that i use to install my node_modules
so what i'm doing is this:
npm install node-sass
is there any way to tell node-sass no to build on install? or look for an already build binary?
The text was updated successfully, but these errors were encountered: