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
When running yarn 1.5.1 in Windows Subsystem for Linux (WSL) on Windows 10 (1703), repeated installs will copy ALL dependencies from the yarn cache to node_modules, rather than just the ones that have changed since last install. I.e. the linking dependencies step will be repeated in full each install.
If the current behavior is a bug, please provide the steps to reproduce.
run yarn install in WSL on a project with at least one dependency
Remove the yarn.lock file
run yarn install again
What is the expected behavior?
Subsequent installs should only link the dependencies which have changed.
The above, correct behavior occurs when the process is repeated in Cygwin or Powershell, and hence only happens in WSL.
Please mention your node.js, yarn and operating system version.
Node 9.8, Yarn 1.5.1, Windows 10 Enterprise (1703)
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug (possibly env related)
What is the current behavior?
When running yarn 1.5.1 in Windows Subsystem for Linux (WSL) on Windows 10 (1703), repeated installs will copy ALL dependencies from the yarn cache to node_modules, rather than just the ones that have changed since last install. I.e. the
linking dependencies
step will be repeated in full each install.If the current behavior is a bug, please provide the steps to reproduce.
yarn install
in WSL on a project with at least one dependencyyarn.lock
fileyarn install
againWhat is the expected behavior?
Subsequent installs should only link the dependencies which have changed.
The above, correct behavior occurs when the process is repeated in Cygwin or Powershell, and hence only happens in WSL.
Please mention your node.js, yarn and operating system version.
Node 9.8, Yarn 1.5.1, Windows 10 Enterprise (1703)
The text was updated successfully, but these errors were encountered: