package-lock json is throwing error as saying is not in sync, running npm install and pushing to branch
error is "npm ERR! 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."
package-lock json is throwing error as saying is not in sync, running npm install and pushing to branch
error is "npm ERR!
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 withnpm install
before continuing."