You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is indeed a huge problem which significantly reduces plugin's usability at the moment, where angular.json version 2 is a modern and up to date way of configuration.
Hi there,
adding @angular-architects/ddd to a freshly setup nx workspace does not work for me, here is the sequence of commands:
npx create-nx-workspace --preset=angular
cd into main
npm i @angular-architects/ddd
ng g @angular-architects/ddd:init
results in the following error message:
Workspace config file cannot be loaded: /angular.json
Invalid format version detected - Expected: [ 1 ] Found: [ 2]
I'm using Angular 14, probably they switched to version 2 in their angular.json format and this isnt supported by the ddd plugin yet
The text was updated successfully, but these errors were encountered: