Ajitesh Newnaha
Ajitesh Newnaha

Reputation: 39

I update my Angular CLI to 6.0.7 and now i want to create a project using Angular 4/5. How to do that?

Please help me as I use ng new command Angular 6 project is being created

Upvotes: 0

Views: 196

Answers (2)

ashish.gd
ashish.gd

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

Pardeep Jain
Pardeep Jain

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

Related Questions