expo-cli start gives error message

Expo CLI 3.9.0 environment info:
System:
OS: Windows 10
Binaries:
Yarn: 1.7.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.9.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: AI-191.8026.42.35.5977832

I create a sample project with (my os : Windows 10 ) ;
expo-cli init first
cd first
expo-cli start

After that i get error messageUntitled

Hi. There was a problem with ecpo-cli on Windows recently. Not sure if that was fixed in 3.9.0.

Try installing version 3.5.0 for now:

npm install -g expo-cli@3.5.0

@wodin Thanks, It works for me .

1 Like

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