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

Hi @bennymeg , i have been using this project for two of my apps now and i really appreciate what you have done. My app is doing fairly well because...

enhancement

**Describe the bug** I'm trying to test an angular app that uses ngx-electron, so I would assume that the test command template would work, but it doesnt **To Reproduce** Steps...

- [ ] Create local test project - [ ] Make test path cross platform - [ ] Migrate linter to eslint - [ ] Fix outdated tests: - [...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I have to rebuild the project before every time I want to package my project. **Describe...

enhancement

**Describe the bug** I am trying to publish my app with a custom publisher but the configuration generated is not correct **To Reproduce** When running the following command line :...

enhancement

Hi, i want to build an executable out of my Project. my structure looks like this ```treeview / ├── apps/ │ ├── electron-app/ │ └── angular-app/ ├── libs/ ├── tools/...

**Is your feature request related to a problem? Please describe.** In the case of multiple nx-electron projects in a mono-repo, the "dist/executables" folder is the same and so kept getting...

enhancement

I have a NX file structure that looks like the following: workspace-name/ ├── apps/ │ ├── electron-app-1/ │ │ ├── ... │ │ ├── package.json # Package manifest for Electron...

Hi Team, We are trying to build windows app (*.exe) on linux build machine and meet following error:![截屏2024-01-21 20 55 53](https://github.com/bennymeg/nx-electron/assets/12479174/ad332633-be5b-474d-939c-3acbdc6e1451) We can solve the problem by adding following line...

enhancement

**Describe the bug** I have a frontend project and an electron project generated with `nx g nx-electron:app --frontendProject=` Running `nx run :make [--options]` the .exe generated is blank In the...