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
$ npm why electron-is-dev
[email protected]
node_modules/electron-is-dev
electron-is-dev@"^0.3.0" from [email protected]
node_modules/electron-is
electron-is@"^3.0.0" from the root project
[email protected]
node_modules/electron-debug/node_modules/electron-is-dev
electron-is-dev@"^1.1.0" from [email protected]
node_modules/electron-debug
electron-debug@"^3.2.0" from the root project
[email protected]
node_modules/electron-unhandled/node_modules/electron-is-dev
electron-is-dev@"^2.0.0" from [email protected]
node_modules/electron-unhandled
electron-unhandled@"^4.0.1" from the root project
Fixes:
Remove electron-debug, it's actually useless, its features are part of electron by default
Replace electron-is with a custom inbuilt one using ipc.invoke for front access
$ npm why got
[email protected]
node_modules/got
got@"^9.6.0" from [email protected]
node_modules/package-json
package-json@"^6.3.0" from [email protected]
node_modules/latest-version
latest-version@"^5.1.0" from [email protected]
node_modules/update-notifier
update-notifier@"^5.1.0" from [email protected]
node_modules/electron-builder
dev electron-builder@"^23.0.3" from the root project
1. EDIT: fixed by #1113
Fixes:
Remove
electron-debug
, it's actually useless, its features are part of electron by defaultReplace
electron-is
with a custom inbuilt one usingipc.invoke
for front accessis.portable()
=!!process.env.PORTABLE_EXECUTABLE_DIR
is.dev()
=!app.isPackaged()
/process.defaultApp
(same thing)2. EDIT: fixed by #976
Fix:
electron-builder
to >=23.5.1 fix: replace update-notifier and update deps electron-userland/electron-builder#7078The text was updated successfully, but these errors were encountered: