You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
yeah, i can see the yarn.lock till the commit ccf889b84861bd99b6d799c6474d58a328b534a1
but from commit 3c99b48602b381fb227a8e88fd6d76065e211b5f the yarn.lock is not there
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
The text was updated successfully, but these errors were encountered: