MorpheusAIs / Morpheus

Morpheus - A Network For Powering Smart Agents - Compute + Code + Capital + Community
https://mor.org/
MIT License
184 stars 142 forks source link

Why does the code have yarn and package-lock both? #555

Closed YashKumarVerma closed 7 months ago

YashKumarVerma commented 7 months ago

Why does the project have both package-lock and yarn.lock?

  1. Confusion and maintenance overhead to keep both in sync.
  2. Potential inconsistencies in dependency versions between Yarn and npm.
  3. Confusions for new contributors
dnovacik commented 7 months ago

My bet would be this is because a bad .gitgnore file :)

betterbrand commented 7 months ago

It needs to go.