Open edyth933 opened 2 months ago
I've had the same error. As a workaround, I added an old version to the root-package.json. Therefore it will be installed in the node_modules of the package itself and not the root node_modules. I use npm as package-manager. No idea if it works with other package-managers. But be aware, that this plugin here is expecting other packages to be installed on the monorepo/package-level and not the root level
When run
npx cap add @capacitor-community/electron
, an error occurs like this;also these errors occur:
I am running this in
~/monorepo/packages/client
, but the dependency packages is located in~/monorepo/node_modules
. I expect this should work likenpx vite
.