0
votes

I have installed latest angular/cli

npm install -g @angular/cli@latest

but when I checked the version it is still showing the older one

i.e angular-cli 1.0.0-beta.28.3

1

1 Answers

0
votes

try to uninstall the current version of angular cli with this command: npm uninstall -g angular-cli

And install again with npm install -g @angular/cli@latest