Problems when creating my first project

Hello! please help me, I just installed expo-cli with the command npm install expo-cli - global and when executing the command expo init my-new-project does not work … the following message comes out in my console [10:03 : 17] Input is required, but Expo CLI is in non-interactive mode.
–template: argument is required in non-interactive mode. Valid choices are: ‘blank’, ‘tabs’, ‘bare-minimum’ or any custom template (name of npm package).
How can I solve that ?

Hi @kikediazb!

Try running in Powershell, I’ve seen this issue before when someone is using git bash.

See here for more info, and let me know if that works!

You’re right it works with powershell, thank you very much!

1 Like

Happy to help!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.