Ember-cli hangs on the ember server command

I just went to the get started page on the ember-cli main page.

I installed ember 0.1.2, bower, phantomjs etc.

I created my application, however, when I start the "ember server", it displays the following:

version: 0.1.2
Livereload server on port 35729
Serving on http://0.0.0.0:4200

But it freezes. When I try to access a page, it hangs endlessly. I also can not close the server (ctrl + c). I have to kill -9.

I would really like it to work out, if possible! I had an earlier version of ember-cli installed (0.0.3 ish?), And at that time it worked fine.

If you need more information, please let me know what you need in the comments!

ember -v outputs:

version: 0.1.2
node: 0.13.0-pre
npm: 2.1.2

thank

+4
2

4.6 4.7. ( ) . , :

launchctl unload ~/Library/LaunchAgents/com.github.facebook.watchman.plist
watchman version

:

/Users/<user>/Library/LaunchAgents/com.github.facebook.watchman.plist: Could not find specified service
{
    "version": "4.7.0"
}

- , ( ): "", <user> (, chris, chris-state <user>-state). , Homebrew , :

rm /usr/local/var/run/watchman/<user>-state/sock

Watchman, . , , Ember .

+11

, , .

watchman version (, ember-cli), ,

, ember-cli, DEBUG, : DEBUG=* ember build. "ember-cli: , " , .

https://github.com/twitter/libwatchman/issues/5

https://github.com/facebook/watchman/issues/96

+9

All Articles