環境
Angular13 ngrx13
エラーメッセージ
Fix the upstream dependency conflict, or retry
this command with --force, or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
解決法
まずは下記のコマンド
npm config set legacy-peer-deps true
その後、ngrxの公式に準拠した下記コマンド実行
ng add @ngrx/store@latest --minimal false