score:1

Accepted answer

use cmd instead of git bash or powershell on windows and try below steps and run:-

delete node_modules folder
run npm cache clean --force
npm install
expo start

make sure you are inside your application folder (where package.json is present)


Related Query

More Query from same tag