Skip to content
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

Cannot install under ember-cli 0.2.0 #13

Closed
vmalloc opened this issue Mar 14, 2015 · 6 comments
Closed

Cannot install under ember-cli 0.2.0 #13

vmalloc opened this issue Mar 14, 2015 · 6 comments

Comments

@vmalloc
Copy link

vmalloc commented Mar 14, 2015

When I run ember install:addon ember-cli-materialize in a newly created ember 0.2.0 project.

The first problem encountered is jQuery incompatibility:

 conflict Unable to find suitable version for jquery
    1) jquery ^1.11.1
    2) jquery >=2.1.1
    3) jquery >= 1.7.0 < 2.2.0

Afterwards, no matter what I choose:

module.js:355
  Module._extensions[extension](this, filename);
                               ^
Error: Module did not self-register.
    at Error (native)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/private/tmp/blap/node_modules/ember-cli-sass/node_modules/broccoli-sass/node_modules/node-sass/lib/index.js:181:15)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
node-sass@1.2.3 postinstall: `node scripts/build.js`
Exit status 1
Error: node-sass@1.2.3 postinstall: `node scripts/build.js`
Exit status 1
    at EventEmitter.<anonymous> (/private/tmp/blap/node_modules/ember-cli/node_modules/npm/lib/utils/lifecycle.js:213:16)
    at EventEmitter.emit (events.js:110:17)
    at ChildProcess.<anonymous> (/private/tmp/blap/node_modules/ember-cli/node_modules/npm/lib/utils/spawn.js:14:12)
    at ChildProcess.emit (events.js:110:17)
    at maybeClose (child_process.js:1008:16)
    at Process.ChildProcess._handle.onexit (child_process.js:1080:5)
@sgasser
Copy link
Collaborator

sgasser commented Mar 14, 2015

It sounds like a general problem of node-sass 1.* with node >= 0.12: sass/node-sass#653

You should open a ticket on https://github.com/aexmachina/ember-cli-sass

Temporarily you can downgrade node to 0.10.

@rynam0
Copy link
Contributor

rynam0 commented Mar 14, 2015

I've also seen the jquery issue but don't run into the sass issue seen here with 0.2.0.

The project should probably be upgraded from the 0.2.0 beta version of ember cli to 0.2.0. WDYT?

@sgasser
Copy link
Collaborator

sgasser commented Mar 14, 2015

I will do in the next days.

@vmalloc
Copy link
Author

vmalloc commented Mar 14, 2015

@vmalloc
Copy link
Author

vmalloc commented Mar 16, 2015

@sgasser check out the comment on the linked issue. It seems like the dependency on ember-cli-sass needs to be simply bumped...

@sgasser
Copy link
Collaborator

sgasser commented Mar 16, 2015

Thanks! Update solves the problem

@sgasser sgasser closed this as completed Mar 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants