cypress-io / docker-image-not-found

If you want to do something only if the Docker Hub does not have an image
0 stars 2 forks source link

Outdated npm v1 lockfile #3

Open MikeMcC399 opened 2 months ago

MikeMcC399 commented 2 months ago

Issue

Cloning and installing docker-image-not-found dependencies with lowest supported Node.js 18.0.0 version shows an outdated package-lock.json using "lockfileVersion": 1

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

Steps to reproduce

git clone https://github.com/cypress-io/docker-image-not-found
cd docker-image-not-found
npm ci

Versions

Component Version
docker-image-not-found 1.1.1
Ubuntu 22.04.4 LTS
Node.js 18.0.0 LTS