The plugin is titled cordova-plugin-passbook on npmjs.org but the plugin ID is still set to the older cordova plugin registry name of: com.passslot.cordova.plugin.passbook. This means that when you save the plugin to your config.xml using:
cordova plugin add cordova-plugin-passbook --save
It stores the wrong name so future downloads are very slow as cordova presumes the plugin does not exist on npmjs.org.
The plugin is titled
cordova-plugin-passbook
on npmjs.org but the plugin ID is still set to the older cordova plugin registry name of:com.passslot.cordova.plugin.passbook
. This means that when you save the plugin to yourconfig.xml
using:It stores the wrong name so future downloads are very slow as cordova presumes the plugin does not exist on npmjs.org.