-
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
Upgrade Angular-CLI on Windows 10 with beta.17 fails to run #2631
Comments
Maybe you missed |
Wait, is that inside the project? Since the upgrade process requires you to make a new project, you should do it outside of the existing project. |
The |
Hm.... this error can appear if there's a |
@filipesilva, that is exactly the problem I had. There are projects with an older version in the folder tree where I was trying to install the latest angular-cli. So I did as you suggested, |
Glad to hear it's sorted! #2178 should have sorted this scenario overall, but if there's a older |
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. |
Tried to do the upgrade from beta.10 to beta.14 described in the wiki page and got a problem where the installation process is successful however I cannot run
ng --version
.After couple of days I tried again (we are at beta.17) so I followed the same steps
npm uninstall angular-cli -g
npm cache clean
npm install angular-cli@latest -g
I get the same problem as before:
The text was updated successfully, but these errors were encountered: