Scott de Jong

Results 9 comments of Scott de Jong

This doesn't appear to make a difference for me. In main (main.ts): ``` logger.transports.file.level = 'silly'; (logger.transports.ipc as any).level = 'silly'; const log = logger.scope('main'); ``` In renderer (main.tsx): ```...

I'm also getting this on `13.10.6` on a simple (stock) `@nrwl/node:webpack` build as part of a GitHub action. I'm using `nx-electron` in one of the other projects in the workspace,...

I have put `nx dep-graph --file dep-graph.json` as an earlier step as per [8288](https://github.com/nrwl/nx/issues/8288) which works for the time being.

Also seeing this on my install. Any guidance would be very welcome.

Any word on this since? This set of libraries is superb, but I see this as a major drawback.

Same here, also tried with `electron-quick-start`: ``` $ npx clinic doctor -- node ./node_modules/electron/cli.js ./main.js To generate the report press: Ctrl + C node:internal/modules/cjs/loader:1085 throw err; ^ Error: Cannot find...

Would it not be better to include these in the default options file generated from the template? The application will function the same, but can be modified per application if...

Having the same issue. Except I can't get it to connect via IP either.

Having the same problem, is there any way to address this?