ember-electron icon indicating copy to clipboard operation
ember-electron copied to clipboard

Installing electron deps with PNPM doesn't work

Open evoactivity opened this issue 2 years ago • 4 comments

I use PNPM for my monorepo. I have to use yarn to install the electron deps otherwise the project doesn't build.

evoactivity avatar Sep 21 '23 19:09 evoactivity

@evoactivity I am using pnpm and it works fine with https://github.com/shipshapecode/swach. Do you have steps to reproduce?

RobbieTheWagner avatar Dec 12 '23 15:12 RobbieTheWagner

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 avatar Dec 12 '23 15:12 evoactivity

@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.

RobbieTheWagner avatar Feb 29 '24 14:02 RobbieTheWagner

Correct -- https://github.com/electron/forge/issues/2633

bendemboski avatar Feb 29 '24 18:02 bendemboski