Lisa
Lisa

Reputation: 63

'web' is not recognized as an internal or external command operable program or batch file

I installed npm in my visual studio terminal and installed expo CLI but when i tried to npm start on my expo project it throws this error, can anyone tell me how to resolve this error, it would be of great help! screenshot

Upvotes: 0

Views: 443

Answers (2)

Lisa
Lisa

Reputation: 63

expo start instead of npm start

Upvotes: 1

vanenshi
vanenshi

Reputation: 95

Did you install the Expo CLI correctly? according to documentation:

Verify that the installation was successful by running expo whoami. You're not logged in yet, so you will see "Not logged in".

Installing Expo CLI

Upvotes: 0

Related Questions