Geolocation – Rename the plugin command

After installing the last version of Ionic 3.1.2, I tried to add the Native Geolocation plugin, and I got the following:

ionic plugin add cordova-plugin-geolocation

The plugin command has been renamed. For more information, please run:

ionic cordova plugin --help< /pre> 

I would appreciate any help.

Thanks in advance

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

ionic cordova plugin add cordova-plugin-geolocation

After installing the last version of Ionic 3.1.2, I tried to add the Native Geolocation plugin, and I got the following:

ionic plugin add cordova-plugin-geolocation 

The plugin command has been renamed. For more information, please run:

ionic cordova plugin --help

I Any help would be greatly appreciated.

Thanks in advance

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

ionic cordova plugin add cordova-plugin-geolocation

Leave a Comment

Your email address will not be published.