-
Notifications
You must be signed in to change notification settings - Fork 522
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
fix: osx hide-bazel-files issue with fsevents #1578
fix: osx hide-bazel-files issue with fsevents #1578
Conversation
NB: I can reproduce the same
|
On further investigation, it seems that yarn is likely doing parallel "postinstall" steps for packages and the underlying issue may be that that Also, for reference, I fixed the xcode issue on OSX Catelina with the instructions here: schnerd/d3-scale-cluster#7 (comment) |
fdd8681
to
450e8b1
Compare
// If an optional dependency failed to install it is possible that readdirSync will // return a folder name that no longer exists and lstatSync will throw with an error such as // `Error: ENOENT: no such file or directory, lstat // '/private/var/folders/0l/nj_q9kzj49gdz1w6f5v9tw3h0000gn/T/tmp-49206kt9HWV3A8daE/node_modules/fsevents'` // This seems to be because yarn does parallel installs and runs parallel step.
450e8b1
to
2f03337
Compare
Yay! I just came across this. It is so satisfying to find a bug and see that it was already fixed (only hours before!). Thanks! |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information