Ionic-cli: [WARN] Command ran non-interactively due to --no-interactive flag, CI being detected, non-TTY, or a config setting.

Created on 16 May 2019  路  1Comment  路  Source: ionic-team/ionic-cli

When I run this command ionic start, I encounter this Warning

[WARN] Command ran non-interactively due to --no-interactive flag, CI being detected, non-TTY, or a config setting.

Any idea on how to resolve this issue?
Im using Windows 7

triage

Most helpful comment

If you're using git bash (the shell provided by Git for Windows), that's why. Git bash is a non-interactive terminal. Use PowerShell or command prompt.

>All comments

If you're using git bash (the shell provided by Git for Windows), that's why. Git bash is a non-interactive terminal. Use PowerShell or command prompt.

Was this page helpful?
0 / 5 - 0 ratings