angular-architects / nx-ddd-plugin

Nx plugin for structuring a monorepo with domains and layers
313 stars 56 forks source link

Error: Cannot find configuration for _library-name_ in /angular.json (Nx 12.4) #81

Closed manfredsteyer closed 2 years ago

manfredsteyer commented 3 years ago

This error occurs when the plugin tries to create a library, e. g. a domain library.

This is related to the following issues in Nx 12.4: https://github.com/nrwl/nx/issues/6065

A temp. solution is downgrading to Nx 12.3.x

iameduardod commented 3 years ago

how do you downgrade to nx 12.3.x ? simply just running npx create-nx-workspace@12.3.6 ? @manfredsteyer

wizardnet972 commented 3 years ago

fixed in nx 12.5.1

manfredsteyer commented 3 years ago

Thanks for this good message, @wizardnet972. It's always cool if issues resolve themselves.