bennymeg / nx-electron

Electron schematics for nrwl nx platform
Apache License 2.0
323 stars 85 forks source link

Not working in Angular monorepo #305

Open CoolTrainerEX opened 3 days ago

CoolTrainerEX commented 3 days ago

I imported nx-electron to an angular monorepo and when I try to use it (i.e. serve/build), the same error returns:

Cannot read properties of undefined (reading 'projects')

I have changed base href to "./" and used webpack, as the readme suggested. I am just a beginner, so I might just be overlooking something. Any help would be appreciated. Thanks!

julianpoemp commented 3 days ago

Got the same error. Seems like Nx v20 is breaking something. Nx 19 still worked so far.