nx g nx-electron:app
fails with Cannot find module '@angular-devkit/core'
#146
Labels
bug
Something isn't working
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:
The text was updated successfully, but these errors were encountered: