Closed nidomiro closed 2 years ago
I am not sure it is related to this plugin, we do not use angular/devkit anymore (seems to be related to @nrwl/tao).
Nevertheless, could you try installing npm install -D @angular-devkit/core@12
instead, it might fix the problem.
The nx-electron plugin needs to be compatible with latest NX to resolve this issue
Are there any plans to make the nx-electron plugin work with latest Nx (14.x)?
Fixed in v13.1.1
Describe the bug I'm experimenting with electron but I cannot execute the generate command.
To Reproduce Steps to reproduce the behavior:
npx create-nx-workspace@12 nx-nextjs-electron-test
nextjs
template and use plain css. Give the app a name ofMyNextApp
npm install -D nx-electron
nx g nx-electron:app MyElectronApp --frontendProject=my-next-app
test
for the directorynpm install -D @angular-devkit/core
Error1:
Error2:
Expected behavior The command should execute without error
Desktop (please complete the following information):
Additional context
package.json before step 6: