Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The plugin command has been renamed

After installing Ionic last version 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. To find out more, run:

ionic cordova plugin --help

I will appreciate any help on this.

Thanks in advance

like image 858
JADSAM Avatar asked May 18 '17 17:05

JADSAM


1 Answers

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

ionic cordova plugin add cordova-plugin-geolocation
like image 163
Suraj Rao Avatar answered Jan 04 '23 00:01

Suraj Rao