Plugin command renamed

After installing Ionic latest 3.1.2, I tried to add the Native Geolocation plugin and got this:

ionic plugin add cordova-plugin-geolocation

      

Plugin command renamed. To find out more, run:

ionic cordova plugin --help

      

I would appreciate any help with this.

Thank you in advance

+3


source to share


1 answer


According to the docs, the command for the ionic version of cli 3 is :



ionic cordova plugin add cordova-plugin-geolocation

      

+13


source







All Articles