bennymeg / nx-electron

Electron schematics for nrwl nx platform
Apache License 2.0
307 stars 82 forks source link

Cannot find module '@nrwl/workspace/src/utilities/set-default-collection' #246

Closed MrTob closed 9 months ago

MrTob commented 9 months ago

Describe the bug when runnng 'yarn nx g nx-electron:app <> --frontendProject=<>' Cannot find module '@nrwl/workspace/src/utilities/set-default-collection'" To Reproduce create a new nx project with Angular as Frontend

Expected behavior creating the electron project

Desktop:

bennymeg commented 9 months ago

There is no Nx Electron Version [16.9.1], please provide both nx and nx-electron versions.

omar-zahid commented 9 months ago

Getting the same error.

image

"nx": "16.9.1",
"nx-electron": "^15.1.0",
bennymeg commented 9 months ago

Mismatched versions. You need to use same major versions - v16 in your case.