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
question from:
https://stackoverflow.com/questions/43070441/cannot-uninstall-angular-cli 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…