Join Nostr
2025-02-21 04:37:16 UTC
in reply to

HAPPYPOTAMUS on Nostr: `npm install --package-lock-only` Make sure you haven't added package-lock.json to ...

`npm install --package-lock-only`

Make sure you haven't added package-lock.json to your gitgnore file, and git commit it

COPY the package.json and package-lock.json, and run `npm ci` instead of `npm install` when you get to that stage