-
Is it a norm? do we ship package.lock.json along with the project or let members have their own version of package.lock file |
Beta Was this translation helpful? Give feedback.
Answered by
krau5
Dec 1, 2024
Replies: 2 comments 1 reply
-
Some info from ChatGPT ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
Lock file (
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kotAPI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lock file (
yarn.lock
,package-lock.json
, etc.) must be included in the project to ensure everyone uses the same dependency versions. If the lock file is removed: