-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Description Next.js 14.2.5 deployment to Firebase Hosting fails consistently with the same error during the npm ci build step.
Steps to Reproduce 1. npm install @opentelemetry/api@1.9.0 --save-dev (To force sync). 2. firebase deploy.
Expected Behavior Deployment should succeed since the dependency is correctly listed in package-lock.json.
Actual Behavior (The Error Log) npm error Missing: @opentelemetry/api@1.9.0 from lock file
Workarounds Tried Cleared local cache (.firebase), full project cleanup (npm cache clean, deleted lock file), manually added the package, tried the .npmrc file with production=false.