-
Notifications
You must be signed in to change notification settings - Fork 113
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
Latest version is difficult to install on OSX 10.11.5 #392
Comments
Thanks for reporting this @mdentremont. Which version of node, npm and ember-cli are you using? |
Thanks for the quick response! # node --version
v6.3.0
# ember --version
ember-cli: 2.6.2
node: 6.3.0
os: darwin x64 |
The native only native extension we require is libsass (through ember-cli-sass, broccoli-sass-sourcemaps, node-sass, etc....). There's a cleaner way to get everything working nicely in ember-cli 2.6+ so I'll see if I can find time to re-tool the way we set up sass paths. |
@mike-north: I took a peek at your forked |
On my system: ember-cli: 2.6.2 It appears to build a custom verison of ember-cli-sass If i just use ember install ember-cli-sass it loads "ember-cli-sass": "5.3.1" and this doesn't dump stack traces to the terminal when ember is compiling sass files. Is there a reason for the specific version that is included as a dependency? |
We're waiting for this issue to be resolved. adopted-ember-addons/ember-cli-sass#117 The workaround of "add a special version of node-sass" to your ember-cli-build doesn't fit well, because ember-cli 2.5 doesn't respect changes to ember-cli-build.js in installation blueprints |
It seems adopted-ember-addons/ember-cli-sass#117 was closed, but from my tests, 5.4.0 also doesn't work. Anyone else tried it and succeeded/failed? |
The dependencies of ember-cli-materialize lead to node-gyp 3.4.2 being installed, but unfortunately there is not prebuilt archive for the latest OSX (10.11.5) -- and after it is built locally (which takes forever), I end up getting stacktraces.
I filed an issue at node-gyp out of desperation: nodejs/node-gyp#991
I was hoping we might be able to update some dependencies such that a newer version of node-gyp could be used, which would have the newer prebuilt archives.
The text was updated successfully, but these errors were encountered: