synp icon indicating copy to clipboard operation
synp copied to clipboard

Fix npm v7 / package-lock v2 converter

Open antongolub opened this issue 3 years ago • 2 comments

npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm WARN audit 400 Bad Request - POST https://registry.npmjs.org/-/npm/v1/security/audits/quick - Bad Request
{
  statusCode: 400,
  error: 'Bad Request',
  message: 'Invalid package tree, run  npm install  to rebuild your package-lock.json'
}

antongolub avatar Mar 25 '21 11:03 antongolub

@imsnif Is there any updates to fix this?

SinaKarimi7 avatar Dec 12 '21 11:12 SinaKarimi7

No, sorry. I haven't been doing javascript for quite a while now. So unless @antongolub has plans for this, I think it's a no go.

imsnif avatar Dec 12 '21 19:12 imsnif