Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any planned support for package-lock version 3? #312

Open
solomon-b opened this issue Feb 1, 2023 · 4 comments
Open

Any planned support for package-lock version 3? #312

solomon-b opened this issue Feb 1, 2023 · 4 comments

Comments

@solomon-b
Copy link

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?

@ryanrasti
Copy link

+1 just ran into this issue ourselves using package-lock.json generated by npm 9.3

@bbigras
Copy link

bbigras commented Jun 5, 2023

Is node 16 the last version using lockfile v2? It's EoL.

@bromanko
Copy link

What's the best workaround for this?

@thomasjm
Copy link
Contributor

What's the best workaround for this?

npm install --lockfile-version 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants