I was using @datorama/akita to do with my project, everything is working fine until I run the command npm start Then a lot of errors shows up with the same format as these
./node_modules/@datorama/akita/src/lib/arrayFind.js:31:9-29 - Error: export 'distinctUntilChanged' (imported as 'distinctUntilChanged') was not found in 'rxjs'
This repeated a lot of times with different exports but all from @datorama/akita.
My @datorama/akita version is 8.0.1 while my rxjs version is 6.6.0