generator-theia-extension icon indicating copy to clipboard operation
generator-theia-extension copied to clipboard

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

Open kittaakos opened this issue 7 years ago • 2 comments

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

kittaakos avatar Jul 24 '18 16:07 kittaakos

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

akosyakov avatar Aug 23 '18 09:08 akosyakov

can we make it as a part of Theia cil tooling

:+1:

instead of copying scripts?

I needed a working solution.

kittaakos avatar Aug 26 '18 20:08 kittaakos