tolu360 / cordova-plugin-paystack

This plugin allows to add Paystack Payments to your application using Paystack Native Mobile SDKs for Android & iOS
Other
34 stars 16 forks source link

unable to install #16

Closed vinaysrivastavacct closed 5 years ago

vinaysrivastavacct commented 6 years ago

Hello,

I tried to install through cordova plugin add cordova-plugin-paystack npm CLI,

It gives error failed to fetch plugin github.com/dpa99c/cordova-custom-config.git via registry. detailed error attached errormessage

blinks32 commented 6 years ago

You could break this by doing this:

cordova plugin add cordova-custom-config

Then:

cordova plugin add cordova-plugin-paystack

It was trying to fetch the dependency plugin cordova-custom-config but failed, maybe due a network problem. You can also comment this line:

<dependency id="cordova-custom-config" url="https://github.com/dpa99c/cordova-custom-config.git" />

In plugins\cordova-plugin-paystack\plugin.xml. If You don't need the custom config installing again during build, It still works without the custom config, But i guess you should leave it.