Reputation: 63
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
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".
Upvotes: 0