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
The generated Browser and Electron applications are no longer build automatically but must be build manually. This change is reflected in the generated READMEs.
Therefore yarn build:browser must be executed before running yarn start:browser.
Do you think that's fine or should we rather build one of the example apps again by default, e.g. the browser application?
I get the following error when starting Theia after generating a fresh template:
node:internal/modules/cjs/loader:1093
throw err;
^
Error: Cannot find module '/home/(...)/browser-app/src-gen/backend/main.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1090:15)
at Module._load (node:internal/modules/cjs/loader:934:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v19.9.0
Done in 1.42s.
The text was updated successfully, but these errors were encountered: