-
Notifications
You must be signed in to change notification settings - Fork 579
Open
Description
I got a Legacy peer deps error while running npm install, there's incompatibility in the versions :
@angular/common@"^19.0.0" from @ngrx/data@19.
npm ERR! @ngrx/data@"^19.2.1" from the root project
peer @angular/common@"^19.0.0" from @ngrx/data@19.2.1
npm ERR! node_modules/@ngrx/data
npm ERR! @ngrx/data@"^19.2.1" from the root project
i just used --legacy-per-deps.
Also while I am using v18 as mentioned in the doc i couldn't run npm run start and needed to switch to v22 to run.
Metadata
Metadata
Assignees
Labels
No labels