Usual methods doesn't work.
I need this down-version to be possible to use PrimeNG, which looks like doesn't fixed all error to latest version of ng v11.0.2
I already try all these options from below. Nothing works.
Also what is on angular website v 11.0.2 documentation to unistall @angular/cli also doesn't work.
https://www.npmjs.com/package/@angular/cli/v/11.0.2
npm uninstall -g @angular/cli
npm cache verify
if npm version is < 5 then use `npm cache clean`
npm install -g @angular/cli@latest
I need to use this one after uninstall:
npm install -g @angular/cli@10.0.0
When I do all this steps the ng v shows the same 11.0.2 version.
I tried and old methods but doesn't work.
npm uninstall -g @angular/cli
npm cache verify
npm install -g @angular/cli@10.0.0
npm install
No sequence work:
npm uninstall -g @angular/cli
npm cache clean
npm cache clean --force
npm cache verify
Any new idea, please?