You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After run debug, consule show that:
Error running 'Bazel run eplus-data-pull:eplus-data-pull': Cannot run program "\bin\bash" (in directory "\wsl$\Ubuntu\home\jungleliu\git\yak2"): CreateProcess error=2, The system can not find the file specified.
how should i do next?
The text was updated successfully, but these errors were encountered:
As I see it tries to run saved configuration, probably from previous Bazel-for-windows starts.
Could you remove all run configurations from IntelliJ for given project and try to run it again?
There is similar issue #8 which was fixed by adding blaze.experiment.java.hotswapping.enabled=0 java.hotswapping.enabled=0 into IntelliJ IDEA custom properties (idea.properties) so give it a try, probably it'll fix issue with \bin\bash
First,I can only run debug application.
After run debug, consule show that:
Error running 'Bazel run eplus-data-pull:eplus-data-pull': Cannot run program "\bin\bash" (in directory "\wsl$\Ubuntu\home\jungleliu\git\yak2"): CreateProcess error=2, The system can not find the file specified.
how should i do next?
The text was updated successfully, but these errors were encountered: