I am new to phonegap and want to install try install a plugin. There are many websites explaining to use command cordova plugin add <plugin name>
.When I type this its shows cordova is not recognized as command
. This may be because I have installed Phonegap cli through npm install -g phonegap
.
So now whenever I try to add a cordova plugin its showing not a command. Is that I can use only plugins made specifically for phonegap. I know that in phonegap build I only need to add a line in config.xml but what if I want to use plugin made for cordova? how to add it into config.xml? Even when I click on a specific plugin on the page http://docs.phonegap.com/references/plugin-apis/ it takes me to correspoding github page which shows to install it using cordova plugin add command. Thank You