node2nix
node2nix copied to clipboard
Any planned support for package-lock version 3?
From what I understand node2nix is using the v1 lock-file dependencies data which is deprecated in v2 and is removed in v3. Is there any plan for supporting v3 in the near future?
+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