BlackBoxVision / typescript-hapi-starter

🚀 Starter for building APIs with Hapi + Typescript!
MIT License
128 stars 28 forks source link

NPM or Yarn? #27

Closed laurilarjo closed 4 years ago

laurilarjo commented 4 years ago

Hi @JonatanSalas, it's not a good idea to keep both, as it causes confusion. Also Heroku rejects the deployment if a project includes both yarn.lock and package-lock.json. This is why I originally removed the package-lock.json, but it seems you added it back recently. Maybe this was accidental? However, now when npm has developed so much, I'd like to remove yarn. Should I do that?

JonatanSalas commented 4 years ago

@laurilarjo yes, you can do that! It was accidental, sorry for that!