This content originally appeared on DEV Community and was authored by ashad nasim
Try this below command
$ npm cache verify
$ npm cache clean --force
and then try again to install the angular CLI
If you still get the error then install yarn package manager.
Install yarn by running this
$ npm install -g yarn
and then configure angular cli to use yarn package manager, by running this command
$ ng config -g cli.packageManager yarn
This content originally appeared on DEV Community and was authored by ashad nasim
ashad nasim | Sciencx (2021-08-03T17:56:50+00:00) Angular CLI – request deprecated error (Solution). Retrieved from https://www.scien.cx/2021/08/03/angular-cli-request-deprecated-error-solution/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.