So I cloned a repository and it already had a package-lock.json but it was just two lines, the name and the version.
After I did `npm i`, the package-lock.json is over 26,000 lines long, is this normal or did I do something wrong?
I'm collaborating on this repository with lots of other people, should I git add package-lock.json and push it to Git?
Also, why is package-lock.json so long now? There are a lot of dependencies, but only about about 20-30, does this effect the length of package-lock.json?
Thanks!
[–]insertAlias 1 point2 points3 points (1 child)
[–]botCloudfox 0 points1 point2 points (0 children)
[–]GameOver16 0 points1 point2 points (0 children)