Sample cordova application with all plugins

I need one cordova sample application with latest engine 12 so that i can compare it with my config as its always giving this error UserError: CordovaError: Version of installed plugin: “cordova-plugin-file@8.0.0” does not satisfy dependency plugin requirement “cordova-plugin-file@^6.0.0”. Try --force to use installed plugin as dependency.

I did everything

There are tens of thousands of plugins, so a sample with “all” the plugins isn’t feasible.

Generally when we see such an error, it’s because one plugin depends upon an earlier version of cordova-plugin-file (or you’ve specified version 6.0.0 yourself).

If I recall, you have a large number of plugins you’re using. One possible way to diagnose this is to look at their dependencies on NPM. Another way would be to do successive builds enabling one plugin at a time so that you can see which one specifically is the problem.