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 i @angular/cli@1.4 -g
if you want package JSON file with the versions lower than 5.
Starting with v1.5 of the Angular CLI, we have added support for Angular v5.0.0 and will generate v5 projects by default. see link