-
Notifications
You must be signed in to change notification settings - Fork 123
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
Error reading config: open .bazel_fix_commands.json: no such file or directory #369
Comments
#349 flipped |
Sorry to be slow on this, I switched jobs so things are a bit hectic in my life right now. Yes that is safe to ignore. The other option would be to create either an empty Here is a simple one that invokes
|
Just creating an empty one isn't enough either, since that results in a DIFFERENT error message when it fails to parse it into the expected structure. (And then continue along with the default built-in, which I'd argue is the wrong behavior when faced with explicitly malformed input) |
Sorry, I meant empty to be an empty array, |
@achew22 Thanks for your help. Adding a [] into the root of my Bazel project fixed the issue 👍 |
We've solved the obvious manifestation of this issue, but I don't think we've solved the real issue. It shouldn't complain like that if there isn't a |
This is now fixed and released in |
I have a ts_devserver in one of my BUILD files which serves an Angular application. Everything works fine, but in the console there is always an error:
.bazel_fix_commands.json
should only be searched for when adding the--run_output
flag, which I didn't.Can I safely ignore this error? How can it be fixed?
The text was updated successfully, but these errors were encountered: