Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid format version detected #112

Open
uahic opened this issue Jul 25, 2022 · 4 comments
Open

Invalid format version detected #112

uahic opened this issue Jul 25, 2022 · 4 comments

Comments

@uahic
Copy link

uahic commented Jul 25, 2022

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

@Arthur-Fedotiev
Copy link

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.

@Arthur-Fedotiev
Copy link

@manfredsteyer could you please address it?

@thedukegit
Copy link

I hope there will be an update soon that addresses this issue. We are currently not using this plugin because of this issue.

@alexisabadger
Copy link

I am getting this error (in a work monorepo that I did not set up). How did you know which package was causing it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants