Reputation: 39
Please help me as I use ng new command Angular 6 project is being created
Upvotes: 0
Views: 196
Reputation: 1768
Not sure if you need to downgrade node
version.
Refer: How to create angular 5 project in angular cli 6.0.1
The same process is applicable for all angular versions until the cli allows specifying the version with ng new
Upvotes: 0
Reputation: 86740
Downgrade your node
and angular-cli
version
Than you are able to create project in version 5
PS: You can use
NVM
which will allow you to handle multiple node/angular-cli versions
Upvotes: 2