1
votes

I just updated my app to Ember-CLI 0.0.42 and Ember 1.7.0, using "ember init". Now, i'm getting the following error when I run "ember server":

    version: 0.0.42
    Livereload server on port 35729
    Serving on http://0.0.0.0:4200
    Command failed:
    Error: Command failed:
     at ChildProcess.exithandler (child_process.js:648:15)
     at ChildProcess.emit (events.js:98:17)
     at maybeClose (child_process.js:756:16)
     at Socket.<anonymous> (child_process.js:969:11)
     at Socket.emit (events.js:95:17)
     at Pipe.close (net.js:465:12)

I have literally no idea where this error could be coming from, and everything was working until I went to update my packages and so on. I've tried redoing the updates, I've rolled back from my previous commit, all for naught.

ANY help would be extremely appreciated! Thank you.

1
do ember server --verboseuser3995789
That is with the --verbose flag. Which is what is especially maddening.afithings
make sure different server is not running, try with different host, and port.user3995789
Didn't change it in any way.afithings
Are you using ember-cli-compass-compiler? I get this (helpful) error when my scss is invalid, specifically when I used @include display-flex without first @import "compass/css3/flexbox" (compass 1.0.1). Or event missing a ; from the end of a line in a scss file.RYFN

1 Answers

0
votes

Looks like a Sass error - the latest update to ember-cli-compass-compiler made the exposed the error in the output.