Open solomon-b opened 1 year ago
+1 just ran into this issue ourselves using package-lock.json generated by npm 9.3
Is node 16 the last version using lockfile v2? It's EoL.
What's the best workaround for this?
What's the best workaround for this?
npm install --lockfile-version 2
From what I understand
node2nix
is using the v1 lock-filedependencies
data which is deprecated in v2 and is removed in v3. Is there any plan for supporting v3 in the near future?