-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
"yarn check --integrity" fails with npm as a dependency #3679
Comments
Also, after the first yarn invocation (without a lockfile)
|
@mxmul, I can't repro this error. |
@bestander I've got a repo here that reproduces the error. |
Thanks for reporting, @mxmul. Your .yarn-integrity does not contain Removing node_modules does not fix it. |
Maybe related to bundleDependencies? |
@arcanis, very likely |
Do you want to request a feature or report a bug?
I'm pretty sure this is a bug.
What is the current behavior?
In an empty directory with the following
package.json
,yarn
produces a lockfile that does not recreatenode_modules
and will failyarn check --integrity
.If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
yarn check --integrity
should succeed.Please mention your node.js, yarn and operating system version.
node 6.3.1
yarn 0.26.1
macOS 10.11.6
The text was updated successfully, but these errors were encountered: