Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting.
MIT License
17.79k
stars
1.41k
forks
source link
Error: Unable to resolve module ./node_modules\expo\AppEntry #2334
I created a boilerplate using npx ignite-cli@latest new FaneApp
But on running the command pnpm expo:start and than pressing a to run on android I get the below error.
Error: Unable to resolve module ./node_modules\expo\AppEntry from E:\Projects\FaneApp/.:
None of these files exist:
* node_modules\expo\AppEntry(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
* node_modules\expo\AppEntry\index(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
...
I also tried adding line below in app.json but still gets the same error.
Describe the bug
I created a boilerplate using
npx ignite-cli@latest new FaneApp
But on running the command
pnpm expo:start
and than pressing a to run on android I get the below error.I also tried adding line below in
app.json
but still gets the same error.Ignite version
8.4.2
Additional info