-
Notifications
You must be signed in to change notification settings - Fork 124
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
Can we commit / track package-lock.json? #219
Comments
I think I just had one of those issues. |
We have been using |
hmmm ok, that does make sense. |
Follow up question, I installed yarn and typed |
Did you install yarn local or global? I don't see those in my folder when |
What version of |
@stevencrader it is installed globally. I recently installed it.
https://yarnpkg.com/configuration/yarnrc#nodeLinker As for committing By default we are not following this philosophy, so I would follow the guidance from yarn's Q&A with respect to the
|
This commit implements the yarn recommendations for .gitignore and also tracks `.yarnrc.yml`, as it was created when I run `yarn install` and I did not find any reason to exclude it.
…etup Issue #219: yarn files setup
So, all sorted out, we don't commit |
Hello @daveajones ,
Can we commit
package-lock.json
? Without it the build is a bit flaky and can break when new versions of the dependencies are released, even when there is no code change in the project itself.The text was updated successfully, but these errors were encountered: