I install ngrx/store with the following command :
ng add @ngrx/store
then I want to add store
ng generate store auth/Auth --module auth.module.ts
get the following error :
An unhandled exception occurred: Schematic "store" not found in collection "@schematics/angular". See "xxx\angular-errors.log" for further details.