Pythagora-io/pythagora

Doesn't like Windows 10

sschneider-ihre-pvs opened this issue · 4 comments

When I try to start without npx

Line |
  24 |      & "/bin/bash$exe"  "$basedir/node_modules/pythagora/src/bin/run.b …
     |        ~~~~~~~~~~~~~~~
     | The term '/bin/bash.exe' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

It looks like the issue here is in command you are running, to be more specific '/bin/bash.exe'. Can you paste here whole command you are trying to run?

Hey @sschneider-ihre-pvs just trying to catch up on this. Can you please give us more info on command you tried to run? Thank you

we added windows support and this should all be fixed so closing issue

I tried something like npx pythagora --init-command "nx run something:serve" --mode capture