Lailo

Results 8 comments of Lailo

Thanks for replying @saltyshiomix. When I use `"nextron": "^5.15.6"` with `"electron": "^10.1.5"`, the --win build step works just fine. But as soon as I update to`"nextron": "^6.0.1"` with `"electron": "^10.1.5"`...

I figured out that the Electron auto-updater packages required for Windows (`electron-squirrel-startup` and `electron-builder-squirrel-windows`) had some part in producing this error. By removing the Electron auto-updater completely, and adding the...

@augster I had the same problem because there seams to be a problem NPM v7 and Node v16. I did the following steps to solve this problem: 1. delete `package-lock.json`...

I'm still having the same problem even with the `v13.2.1` with nx `v14.1.9`. Anyone an Idea what else could be the problem?

I just went back to the migration commit and there were no changes done on the `project.json` file of this app. There were changes on all other apps `project.json` with...

I found a solution with the help of @minijus comment. 1. Make sure you have installed `14.7.8` of all `@nrwl/*` packages and **not** `14.7.5`. 2. Change `build` target `executor` from...

I've been experiencing this issue for a few days while collecting page data in my Next.js app. It used to occur randomly and only occasionally, but now it happens every...