1//You cannot using CLI
2//Better install a specific version of Angular in a folder:
3$ npm install @angular/cli@1.7.x //for anngular 5 for example
4//And then
5$ ng new angular_5_app
6
7//or change angular/cli and angular versions in the package.json