79694644

Date: 2025-07-08 18:02:08
Score: 0.5
Natty:
Report link

I was running Claude Code on Windows with WSL and adding

flutter(){
  command CMD.exe /c flutter $@
}

to my ~/.bashrc file seemed like it fixed the issue.

However, when Claude tried to call "flutter analyze", it gave me the exact error.

I prompted it to use
CMD.exe /c "flutter analyze"
and it works OK now.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: berkaykurkcu