I\'ve installed Angular-CLI using this command
npm install -g @angular/cli
but I\'ve realized that it has installed Angular v5.1.3 but I ne
You can use
npm install -g @angular/cli@1.5
This should install Angular 4.4.6 and will use angular-cli 1.5.5
Angular 4.4.6
angular-cli 1.5.5
This was the latest version before 5 came in