node.js - How to add cordova plugins now that they are renamed and ported to npm? -


for example, want add camera , file cordova plugin. according official documentation, should do

meteor add cordova:org.apache.cordova.camera@0.3.1 

however, plugin has been renamed cordova-plugin-camera, how can add newest compatible version? know need use 0.3.1 because documentation said that. how know version use cordova-plugin-file?

meteor support new cordova npm plugin registry in next release.

for time being, add latest camera plugin github tarball:

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

Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -