I was working on personal project which was in Angular 5. Due to some reason I have changed my device, how could I install Angular 5 in my new device since there is new version is available, Is there any way to install Angular 5 instead Angular 6?
Like this
npm uninstall -g @angular/cli
npm install -g @angular/[email protected]
but even install the lates angular cli will not effect your old project , just you will get a warning when you try to serve the project.
Happy coding
npm install @angular/<module>@5
will install the most recent version that satisfies the requirements, just replace the with the angular submodule.
Alternatively, go to your package.json file and specify e.g. "5.x.x" as the version for your angular dependencies. Run npm install
afterwards
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