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 agree to follow the code of conduct that this project uses.
I have searched the issue tracker for a bug that matches the one I want to file, without success.
Forge version
7.7.0
Electron version
35.0.0
Operating system
PopOS! 22.04 LTS
Last known working Forge version
No response
Expected behavior
electron-forge start should successfully start the electron app
Actual behavior
Command outputs to the terminal:
✔ Checking your system
✔ Locating application
✖ Loading configuration
› Unable to use specified module loaders for ".ts".
◼ Preparing native dependencies
◼ Running generateAssets hook
◼ Running preStart hook
An unhandled rejection has occurred inside Forge:
Error: Unable to use specified module loaders for ".ts".
at exports.prepare (/home/hab25/my/work/vite-electron-forge-template/my-new-app/node_modules/rechoir/index.js:58:11)
at exports.default (/home/hab25/my/work/vite-electron-forge-template/my-new-app/node_modules/@electron-forge/core/dist/util/forge-config.js:141:25)
at async /home/hab25/my/work/vite-electron-forge-template/my-new-app/node_modules/@electron-forge/core/dist/api/start.js:44:35
at async _Task.taskFn (/home/hab25/my/work/vite-electron-forge-template/my-new-app/node_modules/@electron-forge/tracer/dist/index.js:58:20)
at async _Task.run (/home/hab25/my/work/vite-electron-forge-template/my-new-app/node_modules/listr2/dist/index.cjs:2063:11)
Pre-flight checklist
Forge version
7.7.0
Electron version
35.0.0
Operating system
PopOS! 22.04 LTS
Last known working Forge version
No response
Expected behavior
electron-forge start
should successfully start the electron appActual behavior
Command outputs to the terminal:
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: