-
Hi, My app module does no longer build and I get the following compiler error message:
I think my configuration/setup is equal to the latest examples/workflow-theia And I only switched from
and from
I can't figure out what the error message is trying to tell me. I am using a ShapeView extension that is using Thanks for any hints... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @rsoika, that is a strange error. Nothing has changed regarding snappdom between 2.0.0 and 2.1.0, so you should not encounter that Error. |
Beta Was this translation helpful? Give feedback.
-
Yes this is very strange. Finally I switched my nvm version with ....I will never ever understand this nodejs and yarn things.... |
Beta Was this translation helpful? Give feedback.
-
It seems like this issue can occur due to the dependency version range of snapdom defined in sprotty: If you encounter the problem again I would recommend to use yarn "resolutions" to pin the version to "3.5.1". |
Beta Was this translation helpful? Give feedback.
Hi @rsoika,
that is a strange error. Nothing has changed regarding snappdom between 2.0.0 and 2.1.0, so you should not encounter that Error.
If I recall correctly you previously tested out a locally linked GLSP PR. Did you make sure that all the locally linked packages are
properly unlinked? Maybe that is causing the issues. (A brute force way to enforce this would be a full git clean)