Anyone having problems installing cordova cli 6.1.0 from npm? I tried this morning cordova help works it provided the update message
┌──────────────────────────────────────────┐ │ Update available: 6.1.0 (current: 6.0.0) │ │ Run npm install -g cordova to update. │ └──────────────────────────────────────────┘ But when I run npm install -g cordova cordova doesn't get installed, it looks like it installs [email protected] but nothing get's installed I'm using [email protected] [email protected] Then I run again with @latest npm install -g cordova@latest And this time it works Should we tell users to always use @latest when installing/upgrading as best practice? This will be places like the docs "Installing Cordova" [1] [2] [1]: http://cordova.apache.org [2]: http://cordova.apache.org/docs/en/latest/guide/cli/index.html On Wed, Mar 23, 2016 at 3:38 PM Steven Gill <[email protected]> wrote: > Blog: http://cordova.apache.org/news/2016/03/23/tools-release.html > Tweet: https://twitter.com/apachecordova/status/712724158640054272 >
