Blog RSS Feed

Cordova Plugins Registry becomes immutable
08 Sep 2015

Starting today, plugins.cordova.io has become immutable. Plugin authors are encouraged to move their plugins over to npm if they haven't already. Plugin authors should checkout our guide to transition over to npm here.

Users can start searching for cordova plugins which have moved over to npm on our new cordova npm search page.

Cordova CLI version 5.0.0 or higher is required to fetch plugins from npm. If you want to use the latest releases of plugins, please update your version of Cordova. Alternatively, older cli users can add plugins via git urls. Example:

cordova plugin add https://github.com/apache/cordova-plugin-camera.git

Make sure to checkout our previous blog post about moving plugins to npm if you missed it the first time around.