Skip to content
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

bug: yarn.lock file is empty #647

Open
Parikshit2001 opened this issue Sep 18, 2024 · 2 comments · May be fixed by #648
Open

bug: yarn.lock file is empty #647

Parikshit2001 opened this issue Sep 18, 2024 · 2 comments · May be fixed by #648
Labels
bug Something isn't working needs-triage

Comments

@Parikshit2001
Copy link

The npm client installs dependencies into the node_modules directory non-deterministically. This means that based on the order dependencies are installed, the structure of a node_modules directory could be different from one person to another. These differences can cause works on my machine bugs that take a long time to hunt down.

why to commit yarn.lock file

@Parikshit2001 Parikshit2001 added bug Something isn't working needs-triage labels Sep 18, 2024
@Parikshit2001 Parikshit2001 linked a pull request Sep 18, 2024 that will close this issue
@CuriousCoder00
Copy link

yeah, i can see the yarn.lock till the commit ccf889b84861bd99b6d799c6474d58a328b534a1
but from commit 3c99b48602b381fb227a8e88fd6d76065e211b5f the yarn.lock is not there

@Parikshit2001
Copy link
Author

@hkirat please assist how to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants