Skip to content
Discussion options

You must be logged in to vote

@rsoika I found the cause for the issue. Its just a minor oversight in your dependency definition for open-bpmn-theia.
You defined your dependency to the @eclipse-gslp/theia-integration with a leading caret (^) which means any minor or patch version greater than 1.1.0 is valid. In your case yarn resolved this dependency to @eclipse-glsp/[email protected].
So you ended up with two different theia-integration versions which caused the DI configuration to break.
Luckily the fix is easy, simply remove the leading ^ and you are good to go

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
3 replies
@tortmayr
Comment options

@rsoika
Comment options

@tortmayr
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by rsoika
Comment options

You must be logged in to vote
0 replies
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