Skip to content
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

We should generate the lerna.js just as we did in Theia #20

Open
kittaakos opened this issue Jul 24, 2018 · 2 comments
Open

We should generate the lerna.js just as we did in Theia #20

kittaakos opened this issue Jul 24, 2018 · 2 comments

Comments

@kittaakos
Copy link

kittaakos commented Jul 24, 2018

Otherwise, running yarn will hit a deadlock on Windows due to the parallel execution.

Update: copy the lerna.js from here into the root of your extension (where you can find the actual extension with the example apps) and replace lerna with node lerna.js in your npm scripts.

Update2: make sure the lernaPath points into lerna inside the node_modules/.bin

@akosyakov
Copy link
Member

I wonder: can we make it as a part of Theia cil tooling instead of copying scripts?

@kittaakos
Copy link
Author

can we make it as a part of Theia cil tooling

👍

instead of copying scripts?

I needed a working solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants