The current version of the node package angular-cli has a few bugs, so I want to revert to a previous verison: 1.0.0-beta.28.3.
The question is what steps do I need to do to revert to a previous version of a node package.
I run:
npm uninstall angular-cli --save -g
npm cache clean angular-cli
npm i --save -g angular-cli@1.0.0-beta.21
After doing this, I reinstall and have tried opening a new git console. However, ng --version still returns: version 1.0.0-beta.28.3