Error: Unable to resolve module ./node_modules/expo/AppEntry from /Users/arnavchowdhry/.:

I keep getting this error when trying to start my app, deleted and re-installed everything, still getting the same error.
Error: Unable to resolve module ./node_modules/expo/AppEntry from /Users/arnavchowdhry/.:

None of these files exist:

  • …/…/node_modules/expo/AppEntry(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json)
  • …/…/node_modules/expo/AppEntry/index(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json)
    at ModuleResolver.resolveDependency (/Users/arnavchowdhry/Downloads/School-Information-App-main/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js:137:15)
    at DependencyGraph.resolveDependency (/Users/arnavchowdhry/Downloads/School-Information-App-main/node_modules/metro/src/node-haste/DependencyGraph.js:260:43)
    at /Users/arnavchowdhry/Downloads/School-Information-App-main/node_modules/metro/src/lib/transformHelpers.js:177:21
    at Server._resolveRelativePath (/Users/arnavchowdhry/Downloads/School-Information-App-main/node_modules/metro/src/Server.js:1161:12)
    at async Server.requestProcessor [as _processBundleRequest] (/Users/arnavchowdhry/Downloads/School-Information-App-main/node_modules/metro/src/Server.js:468:37)
    at async Server._processRequest (/Users/arnavchowdhry/Downloads/School-Information-App-main/node_modules/metro/src/Server.js:390:9)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.