-
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
Failed to create .yarn-integrity file in a bower project #757
Comments
WorkaroundCreate Bug ResearchI think the issue is twofold:
|
This workaround is ok |
For some reason, I can't reproduce this error any longer, but I think this workaround might be even better (in that a pre-existing yarn install --modules-folder bower_components Let me know if this works for you. |
We've removed support for Bower, see #1441. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
bug
What is the current behavior?
After run
yarn
in a simple bower project, I receive:error ENOENT: no such file or directory, open '/tmp/b/node_modules/.yarn-integrity' at Error (native)
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
bower_components created without error message
Please mention your node.js, yarn and operating system version.
Linux
The text was updated successfully, but these errors were encountered: