You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I will admit ignorances in never heard of AIX. However the install process
will attempt to build a compatible binary if the target system has GCC.
On 4 Jun 2015 22:10, "lemms007" notifications@github.com wrote:
Is there a way to support node-sass on AIX Platform? I'm trying to install
node-sass but it cannot find the binding.node for aix.
Thanks
—
Reply to this email directly or view it on GitHub #988.
You can try to compile the binding yourself, gcc should work - would be interesting to see if node-gyp can set xlC options as well.
Try to use the same compiler for node and binary node modules and you might need to point node-gyp to the compiled node code. (There is a --nodedir option which can be supplied to node-gyp configure).
Unless there a community advocate for AIX willing to generate binaries for release, or provide an automated solution we cannot not actively support it.
Is there a way to support node-sass on AIX Platform? I'm trying to install node-sass but it cannot find the binding.node for aix.
Thanks
The text was updated successfully, but these errors were encountered: