Open goffioul opened 2 years ago
This issue was transferred to the cordova-browser
repo as it is not related to the individual plugin itself. It was reproducible with other plugins as well. The warning comes from cordova-common
, but it might be related to its usage within this repo. Further investigation will be required.
Note: When doing the same on electron platform, then plugin restoration fails (instead of a simple warning for browser platform). I found out that I can avoid the issue by not having cordova-plugin-device
the first entry in package.json => cordova => plugins
.
Bug Report
Problem
When restoring browser platform with cordova-plugin-device active, the following warning is emitted:
To reproduce, on a freshly created new cordova project:
Information
Version information
cordova@11.0.0 cordova-browser@6.0.0 cordova-plugin-device@2.0.3
Checklist