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
As far as I can see, electron-builder doesn't support plug-n-play (ie. yarn 2) module structure: I tried using yarn 2 and get an app that doesn't contain any of the dependencies (and indeed doesn't launch because it can't find its dependencies).
This seems surprising since there are PRs that explicitly mention PnP, eg. #4147 which makes electron-builder look for the .pnp.js file when determining if modules need to be installed, which would imply that electron-builder is expected to work in a pnp project.
The text was updated successfully, but these errors were encountered:
As far as I can see, electron-builder doesn't support plug-n-play (ie. yarn 2) module structure: I tried using yarn 2 and get an app that doesn't contain any of the dependencies (and indeed doesn't launch because it can't find its dependencies).
This seems surprising since there are PRs that explicitly mention PnP, eg. #4147 which makes electron-builder look for the .pnp.js file when determining if modules need to be installed, which would imply that electron-builder is expected to work in a pnp project.
The text was updated successfully, but these errors were encountered: