how to revert angular cli version

JavaScript
Try like this :

ng --version
npm uninstall -g @angular/cli
npm cache clean --force

npm install -g @angular/[email protected]
ng --versionhow to revert angular cli version
Source

Also in JavaScript: