Closed alexshak closed 6 years ago
Did you check whether you're using rxjs 5.5.x in your package.json and you're imports are correct (like import { map, pairwise, tap } from 'rxjs/operators';
)?
Thanks Jonaz,
I had thought the rjxs Ionic had installed was doing the job but I needed to update it and add it manually.
Getting the above error when running
ionic serve
. I have checked node_modules/rjxs/operators and the module is there, I'm also calling specific operators for other parts of the project.I have deleted node_modules and reinstalled for good measure. Any ideas?