Unreliable errors #1865
Answered
by
msujew
vasilache-radu
asked this question in
Q&A
Unreliable errors
#1865
-
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Mar 21, 2025
Replies: 1 comment 8 replies
-
Hey @vasilache-radu, do you mind sharing a playground link? Images are pretty unhelpful when it comes to debugging issues. Note that the Playground doesn't use the current version of Langium (3.4, whereas the playground uses 3.0). There might be slight differences in behavior. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
npm list langium
to get the current version of Langium installed in your project. To update it, pull up all versions oflangium
andlangium-cli
in yourpackage.json
to the same version. See langium on npm to see which versions are available.