-
Notifications
You must be signed in to change notification settings - Fork 101
Conflict during instal, have to use force #60
Comments
I believe your ionicframework build should not be affected, as it should start from empty project - no removing+re adding. Can you paste commands you use? |
Building from a blank project still creates this problem. So Ionic framework errors when packaging. Just a quick fyi ... i know it is a fork of this one, but https://github.com/guatedude2/cordova-plugin-kiosk-launcher suffers from the same problem described here. I am using [email protected] when i add the platform due to using the cordova-camera-preview plugin. But i see this being used on https://github.com/batout/ionic3-full-kiosk-mode-demo/tree/master/src which is using 6.3.0. With regards to commands, I try various orders of adding/removing the platform and the plugin. I feel like i have tried all the permutations. here are a list of the plugins i am using...
It seems the plugin is removing the |
@l0c0luke https://github.com/l0c0lukeI have the same problem, did you find a way to fix it ? |
I can add the plugin fine. but if i remove android platform, then add it back again, i get the following...
Failed to install 'cordova-plugin-kiosk': Error: There was a conflict trying to modify attributes with <edit-config> in plugin cordova-plugin-kiosk. The conflicting plugin, undefined, already modified the same attributes. The conflict must be resolved before cordova-plugin-kiosk can be added. You may use --force to add the plugin and overwrite the conflicting attributes.
I can use force and it will install locally, but then my ionicframework build will break, since i dont think i can force the install during the packaging process. What am I doing wrong?
The text was updated successfully, but these errors were encountered: