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
{{ message }}
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
I am trying to upgrade electron version but I am encountering several issues. Could you please have a look on package.json files and let me know what is wrong here -
I am trying to upgrade electron version but I am encountering several issues. Could you please have a look on package.json files and let me know what is wrong here -
Package.json present in Frontend folder -
Node version - 12.13.0
NPM version - 6.14.5
Electron - 7.2.4
@types/node - 12.12.31
After making build using ./build.ps1 when I am trying to start the application using npm start it says electron is not defined.
I have added
webPrefrences {
nodeIntegration: true }
in main.ts file
The text was updated successfully, but these errors were encountered: