callstack / repack

A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.
https://re-pack.dev
MIT License
1.48k stars 106 forks source link

Run android with error ERR_UNHANDLED_ERROR #461

Closed sun-nguyen-van-bac closed 1 year ago

sun-nguyen-van-bac commented 1 year ago

Hello everyone when i run android i get error

Error [ERR_UNHANDLED_ERROR]: Unhandled error. ({}) at Compiler.emit (node:events:504:17) at Worker. (/Users/nguyen.van.bac/Documents/pana_semp_mobile/SEMP_SHEM/packages/host/node_modules/@callstack/repack/dist/webpack/Compiler.js:110:14) at Worker.emit (node:events:515:28) at MessagePort. (node:internal/worker:263:53) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:810:20) at exports.emitMessage (node:internal/per_context/messageport:23:28) { code: 'ERR_UNHANDLED_ERROR', context: {} }

after that app is on splash screen forever

vietduc18020326 commented 10 months ago

I see this issue and dont have any way to fix it. Does anyone have any solution?

thomasreiser commented 9 months ago

@sun-nguyen-van-bac how do you have fixed this issue? @vietduc18020326 were you able to solve this?

Albinzr commented 8 months ago

@sun-nguyen-van-bac How did you solve this issue?