I'm creating a web application using Angular and TypeScript.
I would like to use Angular to latest version. What is the command to update it to the latest version?
Also kindly let me know how to change version from latest to old versions.
I'm creating a web application using Angular and TypeScript.
I would like to use Angular to latest version. What is the command to update it to the latest version?
Also kindly let me know how to change version from latest to old versions.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Jan 12, 2022, 1:58 PM
Satheesh ElumalaiPosted Mar 22, 2022, 3:58 PM
npm cache clear --forceFor verifying, you can run the following command to check the contents of the cache folder, garbage collecting any unneeded data, and verify the integrity of the cache index and all cached data.
Sachin SinghPosted Jan 13, 2022, 4:45 AM
Dhanush KPosted Jan 12, 2022, 2:03 PM
Thank you!
What is that cache clean for?