Answers for "the expo package was found in your package.json but we couldn't resolve the expo sdk version. run yarn install and then try this command again."

1

cannot determine which native sdk version your project uses because the module `expo` is not installed. please install it with `yarn add expo` and try again.

Try npm install expo instead of yard add expo.

Note: yarn is another package manager just like npm. If you have npm installed already then you can replace yarn add with npm install always.
Posted by: Guest on March-25-2021

Code answers related to "the expo package was found in your package.json but we couldn't resolve the expo sdk version. run yarn install and then try this command again."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language