I would like to install version 1.3.9 of bower with NPM. I have tried the following:
sudo npm uninstall -g bower
(successful)
sudo npm install -g bower#1.3.9
Even though bower re-installs correctly the version remains at the latest version, 1.3.12, not at the desired 1.3.9
You need to use the @ sign instead of #:
npm install -g [email protected]
For more details see npm-install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With