vincesp

Results 6 comments of vincesp

> Very intereesting. > > Is there a proper way to detect if we're in a npm workspace and can discern that dependencies are already installed? [`getElectronVersionFromInstalled(projectDir)`](https://github.com/electron-userland/electron-builder/blob/2ca621289e025a6d0856c7c588aaac40d267cb5f/packages/app-builder-lib/src/electron/electronVersion.ts#L26) is trying to...

It is important that the `resolve()` takes place in the context of the electron project, not in the context of the electron-builder itself.