-
Notifications
You must be signed in to change notification settings - Fork 11.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redundant lockfiles (npm and yarn) #284
Comments
Keeping an eye on yarnpkg/yarn#3614. We're not the only ones confused by this. 🙂 |
There are now both |
We should probably pick one and enforce its usage. I'm pretty ambivalent about which one the project chooses, but having both seems unnecessary. I can put out a PR for this later if we've made a decision. |
Currently yarn is used in Travis, but most of us use npm locally. Travis was set up to use yarn in #250 because of performance reasons. I'd be in favor of moving to npm completely and removing |
There's already ayarn.lock
file in the repository. It's not clear if we should also add npm5'spackage-lock.json
.See update below.
The text was updated successfully, but these errors were encountered: