I've just upgraded to Angular 8 beta. Followed this website: https://medium.com/@jeroenouw/upgrade-to-angular-8-beta-within-10-minutes-cd831fb8dd0e
I want to get back into the normal Angular 7.
I've tried to uninstall and install the latest Angular Cli by using these commands:
npm uninstall -g angular/cli
then
npm install -g @angular/cli@latest
it says : "+ @angular/cli@7.3.8 added 295 packages from 180 contributors in 10.152s"
but when i do ng v, it still shows that I'm on Angular 8 Beta.
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 8.0.0-rc.2
Node: 10.15.3
OS: win32 x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.800.0-rc.2
@angular-devkit/core 8.0.0-rc.2
@angular-devkit/schematics 8.0.0-rc.2
@schematics/angular 8.0.0-rc.2
@schematics/update 0.800.0-rc.2