How to add cordova plugins now that they are renamed and ported to npm?

irrigator

For example, I want to add the camera and file Cordova plugin. According to the official documentation, I should do

meteor add cordova:[email protected]

However, the plugin has been renamed cordova-plugin-camera, how can I add the newest compatible version? I know I need to use 0.3.1 because the documentation said that. But how do I know which version to use for the cordova-plugin-file?

Firdaus Ramlan

Meteor will support new cordova npm plugin registry in next release.

For time being, you could add the latest camera plugin from github tarball:

meteor add cordova:cordova-plugin-camera@https://github.com/apache/cordova-plugin-camera/tarball/437cf3d93a2c0c841d38c6c80472b2ba118f372a

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to add cordova plugins and platforms

From Dev

Manage cordova plugins with npm + package.json

From Dev

How to run cordova plugins in the background?

From Dev

How to install/use cordova plugins?

From Dev

How to uninstall cordova plugins in terminal

From Dev

How to install/use cordova plugins?

From Dev

Cannot add Plugins to my iOS Cordova Application

From Dev

How to add plugins to Bootstrap

From Dev

How to force cordova to recompile added plugins?

From Dev

how to install plugins in cordova in embedded webview section

From Dev

How Can I Install Cordova Plugins Using Visual Studio Cordova?

From Dev

Plugins not installing during platform add with ionic/cordova on ios

From Dev

how to add outside/external plugin to pgb without npm's cordova cli?

From Dev

how to add outside/external plugin to pgb without npm's cordova cli?

From Dev

How to add attrib to a renamed file inside a FOR loop in batch

From Dev

Renamed file, now SVN not allowing me to commit?

From Dev

Renamed directory, now SVN not allowing me to commit

From Dev

How to add Background processing permission to BB10 App ported from android?

From Dev

How to use Cordova plugins in an Angular 2 mobile applications

From Dev

Can someone explain how cordova custom plugins get called

From Dev

Cordova how to install missing plugins after checkout project from repo?

From Dev

How to see all plugins installed in Phonegap/Cordova project?

From Dev

how to get reference of cordova's plugins in Sencha Touch code

From Dev

Cordova: How to write native plugins that can repeatedly invoke a Javascript callback?

From Dev

how to get reference of cordova's plugins in Sencha Touch code

From Dev

How do I update installed PhoneGap/Cordova Plugins?

From Dev

How to use a different version of Npm and Cordova

From Dev

How to use a different version of Npm and Cordova

From Dev

Cordova plugins undefined

Related Related

  1. 1

    How to add cordova plugins and platforms

  2. 2

    Manage cordova plugins with npm + package.json

  3. 3

    How to run cordova plugins in the background?

  4. 4

    How to install/use cordova plugins?

  5. 5

    How to uninstall cordova plugins in terminal

  6. 6

    How to install/use cordova plugins?

  7. 7

    Cannot add Plugins to my iOS Cordova Application

  8. 8

    How to add plugins to Bootstrap

  9. 9

    How to force cordova to recompile added plugins?

  10. 10

    how to install plugins in cordova in embedded webview section

  11. 11

    How Can I Install Cordova Plugins Using Visual Studio Cordova?

  12. 12

    Plugins not installing during platform add with ionic/cordova on ios

  13. 13

    how to add outside/external plugin to pgb without npm's cordova cli?

  14. 14

    how to add outside/external plugin to pgb without npm's cordova cli?

  15. 15

    How to add attrib to a renamed file inside a FOR loop in batch

  16. 16

    Renamed file, now SVN not allowing me to commit?

  17. 17

    Renamed directory, now SVN not allowing me to commit

  18. 18

    How to add Background processing permission to BB10 App ported from android?

  19. 19

    How to use Cordova plugins in an Angular 2 mobile applications

  20. 20

    Can someone explain how cordova custom plugins get called

  21. 21

    Cordova how to install missing plugins after checkout project from repo?

  22. 22

    How to see all plugins installed in Phonegap/Cordova project?

  23. 23

    how to get reference of cordova's plugins in Sencha Touch code

  24. 24

    Cordova: How to write native plugins that can repeatedly invoke a Javascript callback?

  25. 25

    how to get reference of cordova's plugins in Sencha Touch code

  26. 26

    How do I update installed PhoneGap/Cordova Plugins?

  27. 27

    How to use a different version of Npm and Cordova

  28. 28

    How to use a different version of Npm and Cordova

  29. 29

    Cordova plugins undefined

HotTag

Archive