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
I use electron 15.2.0 (with sed -i 's/14.0.0/15.2.0/' node_modules/cordova-electron/lib/build/base.json )
some warning happened
how to enableElectron --trace-warnings ...
+ cd /Users/z/rmw/rmw
+ cordova run electron --nobuild --trace-warnings
(node:7748) electron: The default of nativeWindowOpen is deprecated and will be changing from false to true in Electron 15. See https://github.com/electron/electron/issues/28511 for more information.
(Use `Electron --trace-warnings ...` to show where the warning was created)
The text was updated successfully, but these errors were encountered:
I use electron 15.2.0 (with sed -i 's/14.0.0/15.2.0/' node_modules/cordova-electron/lib/build/base.json )
some warning happened
how to enable
Electron --trace-warnings ...
The text was updated successfully, but these errors were encountered: