0

I installed Node JS latest version. After that i installed Angular-CLI and created angular sample application with ng new command. Its created Angular 8 application. I have to install angular 6 instead of instead of Angular 8. How can i do?

1
  • Why would you do that? Do you have an incompatibility? Commented Aug 13, 2019 at 4:34

2 Answers 2

3

Use the following command,

npm install @angular/cli@version

npm install @angular/[email protected]
Sign up to request clarification or add additional context in comments.

Comments

3

Create a new folder then use the below command to create a new project

npm i @angular/cli@6
ng new my-ng6-app

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.