npm install -g @angular/cli
This would install latest stable release of Angular
Warning: do not issue a
npm install -g angular-cli@latest
This would install the latest version which could be beta of the older angular-cli and not @angular/cli.Once done issue the following to verify the version to be 7
ng version
Note the version (as of this writing 7.0.3)
No comments:
Post a Comment