-
I'm trying to run the workflow example (glsp-client) but I'm getting:
Trying to figure out what I need from Theia so I cloned that repo and built it, but still nothing. How do I get the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @gee4vee , |
Beta Was this translation helpful? Give feedback.
Hi @gee4vee ,
I assume you are talking about the workflow example in the glsp-examples repository?
There should be no need to manually install any Theia dependencies. Everything you need should be provided as part of the dev dependencies.
However, I quickly checked and it seems like something got messed up with our start scripts in the root
package.json
. I prepared a fix for thatand now everything works as expected (following the instructions of the README).Could you maybe check if it works for you if you checkout this PR?