yarn.lock sometimes not created despite success Saved lockfile message #3555
Closed
Description
opened on Jun 1, 2017
Do you want to request a feature or report a bug?
bug
What is the current behavior?
yarn.lock is not created even though yarn cli reports that it was.
If the current behavior is a bug, please provide the steps to reproduce.
rm -rf node_modules
rm yarn.lock
yarn install
ls yarn.lock
What is the expected behavior?
The lock file should always be created
Please mention your node.js, yarn and operating system version.
MacOS 10.12.5
Node 8.0.0
Yarn 0.24.6
I've been seeing this issue intermittently for quite some time. Was sort of surprised to not (easily) find a duplicate issue. I'm pretty sure this is not related to Node 8 since I was seeing it intermittently with Node v7.
Activity