Questions tagged [plugman]

Apache Plugman Cordova

A command line tool to install and uninstall plugins for use with Apache Cordova projects.

http://cordova.apache.org/docs/en/3.0.0/plugin_ref_spec.md

https://github.com/apache/cordova-plugman/

40 questions
0
votes
1 answer

Error deleting cordova plugin

I am trying just to delete a plugin from my cordova project. It should be simple but I don't know why its having an error. cordova plugin list shows me this: cordova-plugin-customurlscheme 4.0.0 "Custom URL scheme" cordova-plugin-dialogs 1.1.1…
vbotio
  • 1,566
  • 3
  • 26
  • 53
0
votes
0 answers

phonegap / cordova plugin development

I followed this tutorial: http://cordova.apache.org/docs/en/5.0.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide now my plugin looks like this: [echo_plugin] [src] [org] [apache] [cordova] [plugin] …
user1930254
  • 1,251
  • 5
  • 17
  • 32
0
votes
1 answer

VS 2015 RC - Trying to fetch local plugin from remote registry

I have a local plugin, which I'm trying to install to a Cordova project. Adding it through VS works like a charm, but when I'm building it, plugman tries to retrieve the plugin from the registry (npm http GET…
0
votes
1 answer

Unable to get beyond 'Login Error' publishing to Cordova Plugin Registry

I'm trying to publish an update to a plugin already in the public Cordova repository at plugins.cordova.io. Calls to plugman publish are rejected with a 'login error'. Based on other information online, I tried removing ~/.plugman and re-running…
Mark Dixon
  • 48
  • 4
0
votes
1 answer

Unable to install Plugman in iOS

I want to install Plugman in iOS for managing the Phonegap plugins. I am using the below command in Terminal. npm install -g plugman But I am getting the below error, npm ERR! Error: EACCES, open…
Sinu Varghese
  • 800
  • 1
  • 14
  • 39
0
votes
1 answer

Class not found for plugin installed by plugman

I have added a plugin to my cordova application using the following command plugman install --platform android --project ./platforms/android --plugin https://github.com/zendrive/zendrive-sdk-phonegap-plugin.git But, if I run cordova run android…
Yogesh Maheshwari
  • 1,324
  • 2
  • 16
  • 37
0
votes
1 answer

Plugman/cordova/phonegap using plugin by name

I have recently uploaded a new phonegap plugin https://build.phonegap.com/plugins/1355 but I am not able to install it using plugman install --platform android --project ./platforms/android --plugin com.zendrive.phonegap.sdk or plugman install…
Yogesh Maheshwari
  • 1,324
  • 2
  • 16
  • 37
0
votes
1 answer

Trouble with converting phonegap plugin to work with plugman

I'm working on an iPhone app via AppGyver Steroids and it requires that phonegap plugins be installed via plugman. I found a plugin that I desperately need but it isn't compatible with plugman. I've been trying to convert it, but I'm stuck. The…
dadThrowsBolts
  • 356
  • 2
  • 11
0
votes
1 answer

Cordova connection plugin

I am creating phonegap project using cordova 3.4.0. I check the network connect is enable on while start the application. I installed cordova network-information plugin. The following codes are i am using. if(navigator.network.connection.type ==…
user3497839
0
votes
1 answer

Plugman - Too long fetching

I don't either this is a suitable question or not to ask here. My plugman doesn't look nice since I try to install facebook phonegap plugin into my project. https://github.com/phonegap/phonegap-facebook-plugin It takes 20 minutes to fetch from…
Nurdin
  • 23,382
  • 43
  • 130
  • 308
1 2
3