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?
yarn check fails on node 4 with:
yarn check
error An unexpected error occurred: "bundledDeps[rootDep].includes is not a function".
If the current behavior is a bug, please provide the steps to reproduce.
$ yarn check
What is the expected behavior?
No error.
Please mention your node.js, yarn and operating system version. node: 4.8.2 yarn: 0.26.0
Offending commit: https://github.com/yarnpkg/yarn/pull/3337/files#diff-d14f7375c6a059d2b2ed31247fe52519R330
#3138
The text was updated successfully, but these errors were encountered:
Fixes Node 4 compatibility, closes yarnpkg#3591
33f6411
Successfully merging a pull request may close this issue.
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
yarn check
fails on node 4 with:If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
No error.
Please mention your node.js, yarn and operating system version.
node: 4.8.2
yarn: 0.26.0
Offending commit: https://github.com/yarnpkg/yarn/pull/3337/files#diff-d14f7375c6a059d2b2ed31247fe52519R330
#3138
The text was updated successfully, but these errors were encountered: