Convert package-lock.json or yarn.lock to deno.lock #25814
Replies: 1 comment
-
I opened #25815. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a node project with a lot of dependencies that I will finally move to Deno for 2.0.
But Deno creates a new deno.lock from my package.json, essentially upgrading 180 packages at once.
I have a yarn.lock. I can convert between yarn.lock and package-lock.json. Can I convert either to deno.lock?
Beta Was this translation helpful? Give feedback.
All reactions