Happens when the application attempts to initialize with firebase.initializeApp
Renovate auto-merged a version bump from 7.16.1 to 7.17.0 and this error started occurring. Everything was working before the version bump 馃憤
https://stackblitz.com/fork/firebase-issue-sandbox
firebase.initializeApp(require('path-to-config'));
const analytics = firebase.analytics(); // stack trace points to this being the failure

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Sorry! I think this is caused by us not publishing the @firebase/util package which has changes needed to go along with the analytics change. I will try to get that package published quickly.
In the meantime, please roll back if you can and sorry for the error.
No problem. Already did to verify this was the culprit 馃憤 thanks for the speedy response!
Just published 7.17.1 which includes the missing package. The release notes will be a little delayed.
Thanks for publishing the update!
For anyone else that is still having the error after upgrading to 7.17.1, I also had to delete the node_modules and reinstall dependencies. Worked like a charm after that.
Thanks for publishing the update!
For anyone else that is still having the error after upgrading to 7.17.1, I also had to delete the node_modules and reinstall dependencies. Worked like a charm after that.
in my case it didn't work error is still their
1) What was the latest version that works for you before it broke? Did 7.16.1 work?
2) Have you tried removing your yarn.lock or package-lock.json file before reinstalling?
Most helpful comment
Sorry! I think this is caused by us not publishing the
@firebase/utilpackage which has changes needed to go along with the analytics change. I will try to get that package published quickly.In the meantime, please roll back if you can and sorry for the error.