ls1intum / Apollon_standalone

Standalone version of Apollon Editor
MIT License
11 stars 2 forks source link

Apollon standalone can no longer be built. #27

Closed minrows closed 2 years ago

minrows commented 2 years ago

Describe the bug

Due to the usage of outdated Apollon package, Standalone is now no longer working as it throws following error: image

To Reproduce

  1. Clone the project
  2. Execute yarn install
  3. Execute yarn build:local
  4. Observe the error

Expected behavior

Build should be running without any error.

Additional context

Update Apollon package to resolve the issue.