phil-ociraptor / sos-landing

Landing page for Summer of Shipping. (May evolve into much more than a landing page)
https://summerofshipping.com
12 stars 9 forks source link

Presence of dublicate lock files #40

Open pandevim opened 4 years ago

pandevim commented 4 years ago

The project contain both yarn.lock and package-lock.json. It is recommended to use one package manager and stick to it throughout, to prevent confusion, resolution inconsistencies issues and inconvenience to maintain two unsynchronized lock files. One other option would be to not use any lock management at all if our project always work on latest version of dependencies.

Yarn is recommended to use, since 1.7.0 it is now able to import package-lock.json and also we're using nextjs which uses yarn implicitly.