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
electron/main.ts:6:7 - error TS6133: 'require' is declared but its value is never read.
6 const require = createRequire(import.meta.url)
~~~~~~~
Found 1 error in electron/main.ts:6
Fixed by removing the const require = createRequire(import.meta.url) which seems to be unused?
The text was updated successfully, but these errors were encountered:
First time using this template. I get this error:
Fixed by removing the const require = createRequire(import.meta.url) which seems to be unused?
The text was updated successfully, but these errors were encountered: