Error when i tried ng add @ngrx/store@latest --minimal false

Viewed 117

When i tried useng add @ngrx/store@latest --minimal false in my angular poject i see next error

Schematic input does not validate against the Schema: {"minimal":"false"}
Errors:

  Data path "/minimal" must be boolean.

1 Answers
Related