I managed to fix the issue by following these steps:
npx expo start
, so
I just used Ctrl-C)npm cache clean --force
node_modules
folder (rm -fr node_modules
in the project root), and also delete package-lock.json
npm install
.After following these steps, I was able to run my app again!