amazon-archives / awsmobile-cli

CLI experience for Frontend developers in the JavaScript ecosystem.
Apache License 2.0
142 stars 35 forks source link

Windows - Can't do any input #186

Closed MichZipp closed 5 years ago

MichZipp commented 5 years ago

Hello,

when i try to configure my aws mobile hub project through the awsmobile cli, everytime I want to setup a new configuraten, for example create a new cloud-api, the cli return before I can do any input.

I tried the same on my linux machine, there it works fine. I already reinstalled the cli on my windows machine, but the error still occurs.

The screenshot shows an example, i wanted to create a new cloud api. The line to type in the api name appears but in the same time the cli returns.

unbenannt

slaat commented 5 years ago

Having the same issue here

UnleashedMind commented 5 years ago

What' your node version? We've had users reporting issues on Windows with Node version 10, and the work around was to downgrade node version to 8.9.x

MichZipp commented 5 years ago

I had node version 10.9.0 installed. The downgrade fixed the issue!