I've tried several times to uninstall my angular-cli in order to update it but even if I follow the instructions provided on github:
- npm uninstall -g @angular/cli
- npm cache clean
- npm install -g @angular/cli@latest
When I check using the command ng --version I still get the old version :
angular-cli: 1.0.0-beta.26
node: 7.7.1
os: darwin x64
How can i fix this issue? Thanks
npm uninstall -g angular-cli @angular/clishould do it ... this would all beta versionsnpm uninstall -g angular-cli,npm uninstall -g @angular/cli,npm cache clean,npm install -g @angular/cli@latest