bitovi / querystring-parser

MIT License
8 stars 5 forks source link

Resolve package.json and package-lock.json sync error during npm ci #48

Closed michael-dean-haynie closed 1 year ago

michael-dean-haynie commented 1 year ago

Currently running npm ci produces the following error:

npm ci
npm ERR! code EUSAGE
npm ERR! 
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.
npm ERR! 
npm ERR! Missing: @bitovi/querystring-parser@0.6.4 from lock file
npm ERR! Missing: @bitovi/querystring-parser@0.6.4 from lock file

This issue was discovered during this github action execution: https://github.com/bitovi/querystring-parser/actions/runs/5324890208/jobs/9645084026?pr=47