buildpacks icon indicating copy to clipboard operation
buildpacks copied to clipboard

ERROR: build step 1 "gcr.io/k8s-skaffold/pack" failed: step exited with non-zero status: 1

Open luiscastromelquiades opened this issue 1 year ago • 1 comments

Failed to build and deploy the delete-image Lab Building Event-Driven Orchestration on Google Cloud

Step #1: [builder] Running "npm ci --quiet --no-fund --no-audit (NODE_ENV=production)" Step #1: [builder] npm error code EUSAGE Step #1: [builder] npm error Step #1: [builder] 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. Step #1: [builder] npm error

luiscastromelquiades avatar Nov 24 '24 03:11 luiscastromelquiades

@luiscastromelquiades as per the NPM specification, you cannot submit an NPM package where the package.json and package-lock.json are out of sync in terms of their dependencies. Can you delete/regenerate your lock file and retry?

maigovannon avatar Nov 28 '25 05:11 maigovannon