By default, installing angular-CLI gets the latest version, but sometimes we work with projects built in an old version.
To downgrade your current angular-cli, follow these steps.
Remove angular-cli
sudo npm uninstall -g @angular/cli
npm cache clean ...