If I have a package-lock.json and yarn.lock in the same project. Can I just delete the yarn.lock file?

Viewed 18

I am trying to clean up an old project and realized there is a package-lock and a yarn.lock file - if I just delete the yarn.lock, will everything work fine and be cleaned up? Thanks!

0 Answers
Related