-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build exaple #321
Comments
Hi @john-schmitz you have to run |
I'm not familiar with yarn, but doesn't it mean the yarn.lock is broken? |
Good point. Something seems fishy here. I deleted the lock file and then did |
@CGNonofr with PR #318 @codingame/monaco-languageclient@^0.17.0 was removed from |
Since it's a yarn workspace, I don't think you should run yarn anywhere else than in the root (it's the case with npm workspace at least) |
Yes, I only did to see if I can provoke an effect. True, with npm workspace you should only install in the root, but there the installation of child dependencies works. The yarn issue must have something to do with self referencing the repo/package here |
Thanks everyone! I was able to run the example correctly! |
From a fresh clonned when attempting to build the nodejs example I get:
Did I miss any steps? How can I help you diagnosticate the issue
Any help would be appreciated
The text was updated successfully, but these errors were encountered: