Open LousyJohnny opened 3 years ago
As the output says it seems to be a connection problem, I don't think it comes from this plugin.
You can add the plugin via "cordova-plugin-cookieemperor": "RTK/cordova-cookie-emperor" (as described here https://medium.com/@jonchurch/use-github-branch-as-dependency-in-package-json-5eb609c81f1a)
You may want to checkout this fork https://github.com/nim901/cordova-cookie-emperor as you can install it via https://www.npmjs.com/package/cordova-plugin-cookieemperor-v1
"cordova-plugin-cookieemperor": "cordova-plugin-cookieemperor-v1"
I can't install the plugin using command line nor cordova build It's weird because a few moments before, I was able to install it on a ubuntu laptop, build and test for the same App on a Android platform
I tried to remove "ios" directory, rebuild from scratch but same error
Here is the message log :
here"s the line in package.json
"cordova-plugin-cookieemperor": "git+https://github.com/RTK/cordova-cookie-emperor.git",
I don't know which other info could be useful