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

Command hangs #47

Closed
xdumaine opened this issue Mar 21, 2016 · 6 comments
Closed

Command hangs #47

xdumaine opened this issue Mar 21, 2016 · 6 comments

Comments

@xdumaine
Copy link

when I run ember github-pages:commit --message "my commit" I get this singular output, and nothing happens:

version: 2.3.0
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://www.ember-cli.com/user-guide/#watchman for more info.

Do you have any advice for debugging this?

@knownasilya
Copy link
Contributor

So it runs ember build -prod when you do that, so see if that command works for you.

@xdumaine
Copy link
Author

Looks like that's what's hanging. Investigating why. If you have any info on that I'd appreciate it. Most issues I can find are just closed for being stale, with no resolution.

@knownasilya
Copy link
Contributor

What version of node/npm? Did you just do an upgrade of the cli (maybe a missing dependency change)?

@xdumaine
Copy link
Author

$ ember -v
version: 2.3.0
node: 4.4.0
os: darwin x64

@knownasilya
Copy link
Contributor

Try rm -rf node_modules bower_components tmp dist and npm install && bower install

@xdumaine
Copy link
Author

Was actually just trying that. Doesn't seem to help. There are some posts indicating that fingerprint can be a culprit, but even adding exclude/ignore to all of my modules, I get the hang. Very strange.

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

No branches or pull requests

2 participants