I'm getting this error in an Angular/Nx/Firebase project.
The error goes on to say:
You might want to create an issue to the package "rxfire" asking them to ship the file in .mjs extension or add "type": "module" in their package.json.
This works if I modify the package.json file in my node_modules directory but its not going to work when I run a CI build remotely.
I could provide a whole lot more information but it seems like a simple fix.
Am I missing something?