-
-
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
Symbolic linked dependency's node_modules is not included in ASAR #1837
Comments
I have the same problem after running |
Consider to use yarn workspaces as workaround. |
Yarn workspaces didn't help. Symbolic linked dependency's dependencies can't be found. Yarn placed the symbolic linked sub-packages' dependencies in the parent project's root directory's node_modules, and I think they should be resolved like regular packages.
|
I hope it is fixed now. |
@develar, this is still a problem for me. Dependencies which were symbolically linked via |
mac --dir
If the dependency listed in
package.json
is a symbolic link, for example, created byyarn link
, then that dependency'snode_modules
is not included in final ASAR, which made target app unable to run. This worked inelectron-builder 19.10.0
@wshamim
The text was updated successfully, but these errors were encountered: