ERROR: build step 1 "gcr.io/k8s-skaffold/pack" failed: step exited with non-zero status: 1
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 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?