Closed chrsmith closed 4 years ago
Can't we just remove package-lock.json and add yarn.lock?
Yeah, in fact I'd be a little partial to that too. I am never sure if "npm is dead, long live yarn" or if "yarn is totally over, npm is cool again". (Or "wtf is yarn, just use nom".)
I'll make the change.
@justinvp PTAL, we should be totally into yarn
for dependencies in the repo right now.
@sean1588 Another working agreement item -- we use yarn
The CI/CD setup I had was using
yarn
to get dependencies and things, but we had apackage-lock.json
checked into the repo. This PR corrects that.