add Cordova plugin to Meteor from local path

Marc

I have created a Cordova plugin, which I need to add to my Meteor project. I've tried various forms of:

meteor add cordova:/local/path/to/plugin

I've also tried committing this plugin to git, so that I could try things like:

meteor add cordova:https://[email protected]/project/[email protected]

to which Meteor replies:

Meteor requires either an exact version (e.g. https://[email protected]), a Git URL with a SHA reference, or a local path.

Of course, I'd be happy to use a local path, if I only knew how.

Is this "meteor add" command documented somewhere?

Marc

Just in case anybody cares... the correct command line was:

meteor add cordova:plugin-id@file://path/to/plugin/project

where "plugin-id" seems to correspond to the id given in the header of plugin.xml.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

add Cordova plugin to Meteor from local path

From Dev

How to add plugin variable in meteor cordova?

From Dev

How to add plugin variable in meteor cordova?

From Dev

How to call Cordova plugin methods from Meteor?

From Dev

Meteor Cordova Print plugin

From Dev

How to add a cordova plugin to meteor that isn't in the phonegap registry?

From Dev

Cordova trying to fetch plugin from repo instead of local plugin

From Dev

Cordova "Local Notifications" plugin?

From Dev

add plugin to gradle buildscript from a local jar

From Dev

Cordova camera plugin, obtain full image path from gallery [ANDROID]

From Dev

How can I add a native view from a Cordova plugin

From Dev

Adding cordova plugin media-capture to meteor

From Dev

Best Local Storage Techniques for a Meteor/Cordova App

From Dev

How to add a local cordova plugin with ionic / ionic 2 / ionic 3 / ionic 4 / ionic 5?

From Dev

cordova add plugin - unable to access

From Dev

Add Cordova Diagnostic Plugin in Ionic?

From Dev

Add a dependency to an Android Cordova plugin

From Dev

Add Cordova Diagnostic Plugin in Ionic?

From Dev

Firefox open file from add-on instead of local path

From Dev

Firefox open file from add-on instead of local path

From Dev

cordova-plugin-local-notifications and data

From Dev

Cordova/Phonegapp - How to use Local Storage Plugin

From Dev

Cordova local plugin (Visual Studio 2015) issue

From Dev

Ionic undefined plugin from cordova

From Dev

Cordova not able to build with cordova-plugin-local-notifications

From Dev

save image file in local storage and retrieve image from file path html cordova apps

From Dev

Add android:name="something" to AndroidManifest.xml "application" tag from Cordova plugin.xml

From Dev

Installing Cordova plugin to meteor project using a github tarball link

From Dev

Add Cordova plugin to Mobile Google Chrome App?

Related Related

  1. 1

    add Cordova plugin to Meteor from local path

  2. 2

    How to add plugin variable in meteor cordova?

  3. 3

    How to add plugin variable in meteor cordova?

  4. 4

    How to call Cordova plugin methods from Meteor?

  5. 5

    Meteor Cordova Print plugin

  6. 6

    How to add a cordova plugin to meteor that isn't in the phonegap registry?

  7. 7

    Cordova trying to fetch plugin from repo instead of local plugin

  8. 8

    Cordova "Local Notifications" plugin?

  9. 9

    add plugin to gradle buildscript from a local jar

  10. 10

    Cordova camera plugin, obtain full image path from gallery [ANDROID]

  11. 11

    How can I add a native view from a Cordova plugin

  12. 12

    Adding cordova plugin media-capture to meteor

  13. 13

    Best Local Storage Techniques for a Meteor/Cordova App

  14. 14

    How to add a local cordova plugin with ionic / ionic 2 / ionic 3 / ionic 4 / ionic 5?

  15. 15

    cordova add plugin - unable to access

  16. 16

    Add Cordova Diagnostic Plugin in Ionic?

  17. 17

    Add a dependency to an Android Cordova plugin

  18. 18

    Add Cordova Diagnostic Plugin in Ionic?

  19. 19

    Firefox open file from add-on instead of local path

  20. 20

    Firefox open file from add-on instead of local path

  21. 21

    cordova-plugin-local-notifications and data

  22. 22

    Cordova/Phonegapp - How to use Local Storage Plugin

  23. 23

    Cordova local plugin (Visual Studio 2015) issue

  24. 24

    Ionic undefined plugin from cordova

  25. 25

    Cordova not able to build with cordova-plugin-local-notifications

  26. 26

    save image file in local storage and retrieve image from file path html cordova apps

  27. 27

    Add android:name="something" to AndroidManifest.xml "application" tag from Cordova plugin.xml

  28. 28

    Installing Cordova plugin to meteor project using a github tarball link

  29. 29

    Add Cordova plugin to Mobile Google Chrome App?

HotTag

Archive