schultek/jaspr

jaspr create No terminal attached to stdout

Closed this issue · 2 comments

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

  1. Activate jaspr through dart pub global activate jaspr_cli
  2. run jaspr create -t ... my_app
  3. 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

Sorry, forgotten was running Dart from fvm exec - thats was a problem

Sorry, forgotten was running Dart from fvm exec - thats was a problem

So its resolved?