I have tried to build an Android application using.
eas build --platform android
Command. But it gave me the following error after the process of installing dependencies.
Running "npm ci --include=dev" in /home/expo/workingdir/build directory
npm error code EUSAGE
npm error
npm error `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm error
npm error Missing: [email protected] from lock file
npm error Missing: @types/[email protected] from lock file
npm error Missing: @types/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: @types/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @xtuc/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @webassemblyjs/[email protected] from lock file
npm error Missing: @xtuc/[email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error Missing: [email protected] from lock file
npm error
npm error Clean install a project
npm error
npm error Usage:
npm error npm ci
npm error
npm error Options:
npm error [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
npm error [--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
npm error [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
npm error [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit]
npm error [--no-bin-links] [--no-fund] [--dry-run]
npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm error [-ws|--workspaces] [--include-workspace-root] [--install-links]
npm error
npm error aliases: clean-install, ic, install-clean, isntall-clean
npm error
npm error Run "npm help ci" for more info
npm error A complete log of this run can be found in: /home/expo/.npm/_logs/2025-09-30T12_24_59_108Z-debug-0.log
npm ci --include=dev exited with non-zero code: 1
I have tried to delete the lock file and reinstall it, and deploy it. But I got the same error. Can you please provide a solution for me?