You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that the after_plugin_install hook, which the plugin uses to execute its dependency resolution script, does not run if the plugin is added to a project before a platform is added. I've updated the plugin to also run the dependency resolution script on after_platform_add hook. v1.1.11 of the plugin is now on the git master branch and also published to npm. This resolved the issue for me - please can you confirm it does the trick for you?
2 error examples I got:
The plugin works fine if I add the plugin after
cordova platform add
Is this necessary or is there something else wrong?
The text was updated successfully, but these errors were encountered: