obytes / react-native-template-obytes

📱 A template for your next React Native project: Expo, PNPM, TypeScript, TailwindCSS, Husky, EAS, GitHub Actions, Env Vars, expo-router, react-query, react-hook-form.
https://starter.obytes.com
MIT License
2.5k stars 362 forks source link

7.0.1 run web error,Web Bundling failed #402

Open 320430 opened 1 week ago

320430 commented 1 week ago

"version": "7.0.1",

Web Bundling failed 174ms node_modules/expo-router/entry.js (47 modules) Unable to resolve "core-js/modules/es.error.cause.js" from "node_modules/expo-router/build/renderRootComponent.js"

截屏2024-11-23 00 46 00

hamzamekk commented 1 week ago

hey @320430, can you provide more context how to reproduce this issue? i just tried it but there wasn't no issue, please to delete node_modules and try again

320430 commented 1 week ago

@hamzamekk

https://github.com/user-attachments/assets/81283e3b-b131-4d6a-a2c0-d659cba85d0b

320430 commented 1 week ago

@hamzamekk

Today I downloaded a compressed file from the homepage: https://github.com/obytes/react-native-template-obytes/archive/refs/heads/master.zip Unzip, run pnpm install, pnpm web The error mentioned above will occur, 

If I go from the command line, "npx create-obytes-app@latest MyApp" created the project without any errors!

What is the reason for this?