You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 replacelerna
withnode lerna.js
in your npm scripts.Update2: make sure the
lernaPath
points intolerna
inside thenode_modules/.bin
The text was updated successfully, but these errors were encountered: