I got this error because of an older version of rxjs and Angular 6 needs the latest version of rxjs.
This command installs the latest version that is compatible with Angular 6.
npm install --save rxjs-compat
I got this error because of an older version of rxjs and Angular 6 needs the latest version of rxjs.
This command installs the latest version that is compatible with Angular 6.
npm install --save rxjs-compat