Heyzap / heyzap-cordova-extras

Third party SDK plugins for the Heyzap Cordova Plugin
3 stars 7 forks source link

Installing from subdirectories with Cordova 7 #12

Closed beevelop closed 6 years ago

beevelop commented 7 years ago

As of Cordova v7.0.1 fetching subdirectories is not possible by default.

cordova plugin add https://github.com/Heyzap/heyzap-cordova-extras.git#:heyzap-cordova-vungle
support for subdirectories is deprecated and will be removed in Cordova@7
Error: --fetch does not support subdirectories

You have to explicitly provide the --nofetch argument to get it working again (for now):

cordova plugin add https://github.com/Heyzap/heyzap-cordova-extras.git#:heyzap-cordova-vungle --nofetch

Correlates with #4

matrixreal commented 7 years ago

same here

ekilah commented 6 years ago

@beevelop @matrixreal I had another user report this, and made several repos to help solve this. I was going to have them confirm one worked before doing the work on the rest of them. Can one of you try https://github.com/Heyzap/heyzap-cordova-adcolony and see if that solves your problem?

beevelop commented 6 years ago

@ekilah Works like a charm 👍

ekilah commented 6 years ago

Great, I will work on publishing the others to separate ones soon... thanks for confirming.

lizistorm commented 6 years ago

@ekilah I tried install with cordova plugin add https://github.com/Heyzap/heyzap-cordova-adcolony.git and it works perfect.

beevelop commented 6 years ago

@ekilah Awesome, thank you!

ekilah commented 6 years ago

The updates are now linked on https://github.com/Heyzap/heyzap-cordova/blob/df4cdd4868c9e51d492533e2ca239b0b58b97a8a/README.md#adding-third-party-sdks . This repo will be deprecated in favor of the separated ones listed there.

thanks for reporting this!

ekilah commented 6 years ago

if there are issues in any of the third party updates, we'll track them on their own repos. Thanks.