-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Connection drops on ng new command #1130
Comments
Hm, not too sure of what's happening myself. Can you try installing via npm separately?
|
I've tried it again at work and while it takes a while, it manages to finish the setup. I will try your suggestion when at home and see if anything changes. |
@filipesilva I am seeing this issue also. I tried your suggested steps One thing I noticed. And maybe it is fine, not sure. When I npm installed angular-cli, the ember-cli.json file was added with owner as root. I looked at the other files in the .config/configstore folder and the owner on them was me. My info, if you need it HTH |
I'm having the install hang here when I run
Works fine if I run |
This problem seems to be related to a new one we had recently, and #1250 was the fix. It should also fix this one. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
When attempting to use
ng new whateverApp
the printout reaches the installing modules part and then simply stalls. The net connection seems to get blocked and it actually requires a router reboot.This may be a problem with node itself, rather than this cli, but since it happens consistently, I'm posting it here.
I'm on osx (El Capitan)
ng --version gives this:
The text was updated successfully, but these errors were encountered: