8

I am going through angular 4.4.6 documentation and I want to install the same version in my system, but when i do

npm install -g @angular/cli

It installs the latest CLI i.e. 1.5.5 and whenever i create the projects on angular, my angular version is v5.0.5 which is the latest angular version. Which angular/cli version should I use for Angular 4.4.6?

1 Answer 1

12

You want @angular/cli version 1.4.9:

npm install @angular/[email protected]

Checkout the branches and tags on the GitHub project site and open package.json to find out which version of @angular is supported by each CLI release:

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.