Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

node-sass on AIX #988

Closed
lemms007 opened this issue Jun 5, 2015 · 5 comments
Closed

node-sass on AIX #988

lemms007 opened this issue Jun 5, 2015 · 5 comments

Comments

@lemms007
Copy link

lemms007 commented Jun 5, 2015

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

@xzyfer
Copy link
Contributor

xzyfer commented Jun 5, 2015

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.

@saper
Copy link
Member

saper commented Jun 5, 2015

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).

@xzyfer
Copy link
Contributor

xzyfer commented Jun 11, 2015

Unless there a community advocate for AIX willing to generate binaries for release, or provide an automated solution we cannot not actively support it.

@xzyfer
Copy link
Contributor

xzyfer commented Jan 20, 2016

Closing due to lack of interest.

@xzyfer xzyfer closed this as completed Jan 20, 2016
@phpdave
Copy link

phpdave commented Apr 15, 2017

FYI this appears to be the main ticket for this issue #1802

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants