We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you want to request a feature or report a bug?: bug
What is the current behavior? when I do yarn install --pure-lockfile .yarn-integrity file is not generated in node_modules
yarn install --pure-lockfile
.yarn-integrity
node_modules
What is the expected behavior? .yarn-integrity file should be generated. Yarn v0.22.0 was generating this file during insall with pure-lockfile flag
Please mention your node.js, yarn and operating system version. yarn: 0.23.2 node: v7.9.0 OS: Microsoft Windows [Version 10.0.15063]
The text was updated successfully, but these errors were encountered:
Fixing in #3506
Sorry, something went wrong.
No branches or pull requests
Do you want to request a feature or report a bug?: bug
What is the current behavior?
when I do
yarn install --pure-lockfile
.yarn-integrity
file is not generated innode_modules
What is the expected behavior?
.yarn-integrity
file should be generated. Yarn v0.22.0 was generating this file during insall with pure-lockfile flagPlease mention your node.js, yarn and operating system version.
yarn: 0.23.2
node: v7.9.0
OS: Microsoft Windows [Version 10.0.15063]
The text was updated successfully, but these errors were encountered: