jaspr create No terminal attached to stdout
Closed this issue · 2 comments
cutzmf commented
Description
jaspr create throws
Specify a target directory: Bad state: No terminal attached to stdout.
Ensure a terminal is attached via "stdout.hasTerminal" before requesting input.
Steps To Reproduce
- Activate jaspr through
dart pub global activate jaspr_cli
- run
jaspr create -t ... my_app
- See error No terminal attached to stdout. Ensure a terminal is attached via "stdout.hasTerminal" before requesting input.
Expected Behavior
Works on Macos
Additional Context
Macos Ventura
Sorry, forgotten was running Dart from fvm exec - thats was a problem
cutzmf commented
Sorry, forgotten was running Dart from fvm exec - thats was a problem
schultek commented
Sorry, forgotten was running Dart from fvm exec - thats was a problem
So its resolved?