nx-electron icon indicating copy to clipboard operation
nx-electron copied to clipboard

Electron schematics for nrwl nx platform

Results 37 nx-electron issues
Sort by recently updated
recently updated
newest added

When manually passing a build version using `extraMetadata`, as in: `nx build my-application --configuration=production --extraMetadata.version='2.0.1'` and then starting the application, an error like this happens: So I propose to fix...

Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

When I run: ```js npm install -D nx-electron ``` ...in my **Nx 19.2.2** project, I get a dependency conflict: ```js npm error code ERESOLVE npm error ERESOLVE unable to resolve...

enhancement

I have read through and tried out the solutions in #18 but no success. Steps to reproduce: 1. Create a nextjs app with `npx nx generate @nx/next:application --name=my-app --directory=apps/my-app` 2....

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies

**Describe the bug** The parameter "useAppIdAsId" doesn't have any effect in the url of the squirrel updater. It is still using the "name" of the entire nx solution (package.json), not...