-
Hi I'm tyring to build theia from scratch following this example: https://theia-ide.org/docs/composing_applications,but the installation process fails. When i set the yarn version to 2.4.3, i get the following installation error: If i set yarn to the latest version, the installation works, but then the build fails with this error: I'm running on Fedora 40, Node versoin v20.17.0, Python 3.12. Anyone seen this issue before? -Andreas |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hey @kjellaso, Theia requires Yarn v1 and Python <= 3.11 for everything to work out of the box. See also our prerequisites. |
Beta Was this translation helpful? Give feedback.
-
@msujew I have a question on this - why is application-manager directly sublaunching webpack and depending on its location? seems like it would be better to just call |
Beta Was this translation helpful? Give feedback.
Hey @kjellaso,
Theia requires Yarn v1 and Python <= 3.11 for everything to work out of the box. See also our prerequisites.