What command do I need to run to install specific version via npm?
If I run the code npm install -g cordova it installs the latest version.
Since I'm using multiple laptops and computers I need them to have same versions when I switch back and forth to them.
This is the version of IONIC I am using and preferred:
I'd like to avoid and update them all as I may encounter bugs if I use the latest version.
Ionic CLI is out of date:
Locally installed version: 1.3.20
* Latest version: 1.4.3
* https://github.com/driftyco/ionic-cli/blob/master/CHANGELOG.md
* Run npm install -g ionic to update
btw, I found these releases via github https://github.com/driftyco/ionic-cli/releases
Thanks in advance for the help!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…