Upgrade your angular CLI global version

Run below commands:

npm uninstall -g angular-cli
npm cache clean
npm install -g @angular/cli@latest 
 
Depending on your system, you may need to prefix the above commands with sudo.
 

3 comments: