-
-
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
pnpm monorepo build error #6933
Comments
help me |
Are we sure that is an issue with electron-builder? It seems to be saying your pnpm installation is not a valid win32 application. Can you try node 14 or a newer version of node 16? |
This is the same issue as this #6289 Which is because of this issue that's been fixed in app-builder develar/app-builder#63 But hasn't been pulled in because: |
Does this workaround work correctly for monorepos? |
Checking on that now. But using any of those options kills most of the usefulness of pnpm. Proper support would be a huge improvement. Is there an issue tracking that? |
#6933 (comment) |
I was running into a similar issue (reported as #7029), but with yarn, and had a similar root cause where the Perhaps possible to do a similar hack to |
Having the same problem, the workaround is calling
I run the build process for the renderer, and then I also had to move Edit: Tested in another env and it's actually not working without |
Still have this problem, I have to use npm build it. |
Why is this issue still present? The bugfix on app-builder should be deployed already |
@ramiel because the dependency update is still broken And comment requesting help from @develar to resolve the issue in app-builder |
reproduction
The text was updated successfully, but these errors were encountered: