-
Notifications
You must be signed in to change notification settings - Fork 12k
Unable to install 1.0.0-beta.6 on OSX #1110
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
Comments
Odd thing really... On my machine I noticed I'm using node 5.11.1, can I ask you to install that version and retry? It might be a node issue. |
I have been pointing people toward node 6 when they report any trouble with node 5. 5 is not "LTS" or anything like that, and there are relatively few projects that specifically need 5 instead of the current 6. Of course @JB-Tellez could have such a project, there are some, because there are some modules out there that break on 6. |
I am using Ubuntu Mate 16.04 with the latest node/npm updates. I am having the same issues with the tutorial from angular-cli. I can load angular-cli using sudo, no big deal, but trying to run ng new ??? cause my system to loop endlessly until i cntrl-c. |
Thanks everyone! Upgrading Node to latest makes it so the update installs. I'm going to close this issue. @diahron could you enter your problem as a separate issue? |
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. |
On OSX El Capitan 10.11.4, Node 5.4.1, NPM 3.9.5, NVM 0.31.1 I ran
npm uninstall -g angular-cli
npm cache clean
npm install -g angular-cli@latest
and hang about 25% of the way through on "loadRequestedDeps". The installation has been running about 30 minutes. I have a fast internet connection.
Any thoughts? Thanks!
The text was updated successfully, but these errors were encountered: