[core] building an application solely with @theia/core
does not run
#6129
Labels
bug
bugs found in the application
@theia/core
does not run
#6129
Description
If one builds an application only with
@theia/core
the application does not successfully run.package.json
Error
Steps to Reproduce:
package.json
from aboveyarn
yarn theia build
yarn theia start
localhost:3000
)Additional Info
When adding the extension
@theia/getting-started
, exceptions regarding the preferences arethrown and the application fails to load properly (#667)
The text was updated successfully, but these errors were encountered: