ember-electron
ember-electron copied to clipboard
Installing electron deps with PNPM doesn't work
I use PNPM for my monorepo. I have to use yarn to install the electron deps otherwise the project doesn't build.
@evoactivity I am using pnpm and it works fine with https://github.com/shipshapecode/swach. Do you have steps to reproduce?
Not on that project at the moment, will be in the next week or two. I'll try to recreate a reproduction repo for you.
@evoactivity I think this is an Electron issue, not specific to ember-electron. I encountered the issue myself trying to build a new version. Something with symlinks and pnpm moving node_modules around messes with Electron and asar etc.
Correct -- https://github.com/electron/forge/issues/2633