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
Hi. I downloaded the AppImage but I can't launch it.
Version
eg: 0.5.1
Operating system (version and arch)
uname -a
Linux hostanme 5.9.16-1-MANJARO #1 SMP PREEMPT Mon Dec 21 22:00:46 UTC 2020 x86_64 GNU/Linux
Describe the bug
I was trying to launch the AppImage but it crashed immediately saying that it can't find the webpack module which is weird because Webpack is a build tool and shouldn't be required by production code.
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module 'webpack'
Require stack:
- /tmp/.mount_ImaginrfTVf6/resources/app.asar/es/backend/dev.js
- /tmp/.mount_ImaginrfTVf6/resources/app.asar/es/backend/app.js
- /tmp/.mount_ImaginrfTVf6/resources/app.asar/es/bootstrap.js
-
at Module._resolveFilename (internal/modules/cjs/loader.js:717:15)
at Function../lib/common/reset-search-paths.ts.Module._resolveFilename (electron/js2c/browser_init.js:7593:16)
at Module._load (internal/modules/cjs/loader.js:622:27)
at Module._load (electron/js2c/asar.js:715:26)
at Function.Module._load (electron/js2c/asar.js:715:26)
at Module.require (internal/modules/cjs/loader.js:775:19)
at require (internal/modules/cjs/helpers.js:68:18)
at Object.<anonymous> (/tmp/.mount_ImaginrfTVf6/resources/app.asar/es/backend/dev.js:18:21)
at Module._compile (internal/modules/cjs/loader.js:880:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)
The text was updated successfully, but these errors were encountered:
Hi. I downloaded the AppImage but I can't launch it.
Version
eg: 0.5.1
Operating system (version and arch)
Describe the bug
I was trying to launch the AppImage but it crashed immediately saying that it can't find the webpack module which is weird because Webpack is a build tool and shouldn't be required by production code.
exits with the following error:
The text was updated successfully, but these errors were encountered: