Skip to content

Integrate tree-editor into GLSP example #1052

Answered by planger
julen9 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for detailing the steps you did! They make perfect sense and should be correct.

From the error I suspect that you pulled in multiple versions of Theia, in particular @theia/workspace. If you have multiple versions, the dependency injection breaks. Can you check in your yarn.lock whether everything resolved to exactly one @theia/workspace version and all other @theia/* extensions resolved to the same version?
I see that you've hard-pinned to 1.34.0 so all @theia/* extensions must be resolved to that version.

You can also run yarn theia check:theia-version to check whether there are multiple versions of Theia mixed in your project.

If you have multiple versions there, you'd need to f…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@julen9
Comment options

Answer selected by julen9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants