Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'require' is declared but its value is never read. #56

Open
MS90D3V opened this issue Mar 2, 2025 · 0 comments
Open

'require' is declared but its value is never read. #56

MS90D3V opened this issue Mar 2, 2025 · 0 comments

Comments

@MS90D3V
Copy link

MS90D3V commented Mar 2, 2025

First time using this template. I get this error:

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant