Preflight Checklist
Issue Details
Electron Packager Version: 18.4.0
Expected Behavior
package.json should depend on @malept/cross-spawn-promise
Actual Behavior
@malept/cross-spawn-promise is a ghost dependency in src/icon-composer.ts
This brakes installations with yarn@4 and nodeLinker: pnpm because by default dependencies aren't hoisted.
Preflight Checklist
Issue Details
Electron Packager Version: 18.4.0
Expected Behavior
package.jsonshould depend on@malept/cross-spawn-promiseActual Behavior
@malept/cross-spawn-promiseis a ghost dependency in src/icon-composer.tsThis brakes installations with
yarn@4andnodeLinker: pnpmbecause by default dependencies aren't hoisted.