This reverts commit 851b628e42030b24f7930fd577db2e4bde575eac.
How is npm still this buggy?
$ npm i
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
changed 2 packages, and audited 7 packages in 1s
found 0 vulnerabilities
and very next command:
$ npm i
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
[...]
This reverts commit 851b628e42030b24f7930fd577db2e4bde575eac.
How is npm still this buggy?
and very next command: