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?
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:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With