You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been 5+ years since npm v7 (introducing the new lockfile format) has been released. It's npm v11 now. Installing the project in modern environment leads to this:
% 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
Can we update this in the repo?
Also (and/or alternatively), the tooling, especially outdated tooling, should be specified in package.json under devEngines, and preferably under packageManager for corepack.
The text was updated successfully, but these errors were encountered:
package-lock.json
is version 1:vue-facing-decorator/package-lock.json
Line 4 in 76377a9
It's been 5+ years since npm v7 (introducing the new lockfile format) has been released. It's npm v11 now. Installing the project in modern environment leads to this:
Can we update this in the repo?
Also (and/or alternatively), the tooling, especially outdated tooling, should be specified in
package.json
underdevEngines
, and preferably underpackageManager
for corepack.The text was updated successfully, but these errors were encountered: