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
{{ message }}
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
I have ionic 6 and when I installed this plugin I noticed these 2 things:
After installation, the noticed that the config.xml file is not updated with the deeplinks plugin details like it used to before.
When I try to uninstall the plugin, I then get the following error message:
$ ionic cordova plugin rm ionic-plugin-deeplinks
> cordova plugin remove ionic-plugin-deeplinks
Variable(s) missing (use: --variable URL_SCHEME=value --variable DEEPLINK_HOST=value).
─────────────────────────────────────────────────
Ionic CLI update available: 6.18.1 → 6.18.2
Run npm i -g @ionic/cli to update
─────────────────────────────────────────────────
[ERROR] An error occurred while running subprocess cordova.
cordova plugin remove ionic-plugin-deeplinks exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.