-
Notifications
You must be signed in to change notification settings - Fork 37
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
Sync hangs, and sync verbose crashes #59
Comments
That isn't hanging, it's still connected and getting updates live. Hmm, what could be changed to make that more obvious? Unfortunately, I don't have time to work on this right now, but when I do I'll investigate |
Oh, ok. So it's Another idea: when it reaches 100% you could write something like "Waiting for more updates..." on the next line. |
Ah, got it. Okay, I've fixed the readme. thanks for your feedback, this has been a really hard "bug" to diagnose, I've answered lots of issues where someone has gotten the wrong impression about this feature. I think we got it now though!
|
I try installing npmd every month or so, and the $ which npmd
/Users/zeke/.nvm/v0.10.26/bin/npmd $ npmd -v
0.20.2 $ npmd sync
connected to npm registry!!!
|....:....|....:....|....:....|....:....|....:....| 0.0%
^ twenty minutes later, still at 0.0% |
some npm stuff has changed because of the recent changes to how the npm registry works. hopefully I'll get time to work on this again soon! |
So far so good. Thanks! |
awesome! |
When I run --sync, it hangs at 100%
And when I run
--sync --verbose
:I'm on OSX 10.9.1, node v0.10.22.
The text was updated successfully, but these errors were encountered: