f9ce6f8221
package-lock.json was generated on Windows and only locks @esbuild/win32-x64, no linux-x64 entry. npm ci installs strictly from lockfile and fails with "package @esbuild/linux-x64 could not be found" on Linux build hosts. npm install resolves the correct platform binary even when absent from the lock. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>