-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Support for hoisted node_modules (lerna + yarn workspaces)? #2205
Labels
Comments
Also, this seems kind of related to #1837 |
UPD: I solved it, will create a PR soon |
develar
added a commit
to develar/electron-builder
that referenced
this issue
Oct 17, 2017
@evgenykochetkov Sorry, develar@7844c3b |
@develar Oh, nice 👍🏻 |
develar
added a commit
to develar/electron-builder
that referenced
this issue
Oct 18, 2017
develar
added a commit
to develar/electron-builder
that referenced
this issue
Oct 18, 2017
develar
added a commit
to develar/electron-builder
that referenced
this issue
Oct 18, 2017
develar
added a commit
to develar/electron-builder
that referenced
this issue
Oct 18, 2017
develar
added a commit
to develar/electron-builder
that referenced
this issue
Oct 18, 2017
develar
added a commit
to develar/electron-builder
that referenced
this issue
Oct 18, 2017
develar
added a commit
to develar/electron-builder
that referenced
this issue
Oct 18, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a standard lerna + yarn workspaces monorepo hoisted dependencies are not included in asar:
If there is no official workaround, I'd love to submit a PR, but would really appreciate some guidance.
So far I've changed
_readInstalled
to look for packages listed in package.json until root, likerequire
does, but that did not completely solved the issue and I'm stuck :(The text was updated successfully, but these errors were encountered: