## The problem
Issue firebase/firebase-js-sdk#7005 (closed, 42 comments): ### Describe your environment * Operating System version: macOS Monterey 12.4 * Browser version: Google Chrome 109.0.5414.119 * Firebase SDK version: 9.17.0 * Firebase Product: any ### Describe the problem When installing the version `9.17.0`, I was getting this error on the import: ``` Module not found: Default condition should be last one > 1 | import { initializeApp, getApps, getApp } from 'firebase/app'; 2 | import { getAnalytics, isSupported } from 'firebase/analytics'; 3 | import { getAuth } from 'firebase/auth'; ``` Doesn't matter the order of the imports. ### `Rolling back to the 9.16.
## What fixed it
Upgrade to Firebase 9.17.1. If the upgrade alone does not clear it, remove the stale state first: delete node_modules, clear the lockfile state (or the cached modules), and reinstall cleanly. The reporter confirmed the failure went away after 9.17.1 plus a clean reinstall.