thousands of lines in package-lock.json

326 views Asked by At

I have 32 thousands of lines in my package-lock.json while in package.json I have only 31 dependencies.

Is it normal to have so many lines in package-lock.json?

I tried deleting node modules and package-lock.json but whenever I run npm i it installs all again.

0

There are 0 answers