You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Body:
{"type":"InternalError","errors":[],"message":"Metro Bundler has encountered an internal error, please check your terminal error output for more details"}
processBundleResult
BundleDownloader.java:242
access$100
BundleDownloader.java:41
onResponse
BundleDownloader.java:208
execute
RealCall.java:135
run
NamedRunnable.java:32
runWorker
ThreadPoolExecutor.java:1113
run
ThreadPoolExecutor.java:588
run
Thread.java:818
im running in ubuntu 16.0.0 lts (elementary os )
java oracle 1.8.0_161
npm 5.6.0
yarn 1.3.2
i try:
yarn install --production
reinstall dependencies
please i need heelp
thanks
The text was updated successfully, but these errors were encountered:
I believe the issue is due to the the new Metro Bundler that was introduced in RN 0.52.0. I ran into the same issue and solved it by starting a new project using version 0.51.0 and simply copying over all my assets.
If you must use 0.52.0 then you'll need to look into some of the stopgap measures people have developed to mitigate this issue until a fix is applied by either this dependency or by facebook:
@Drakezair Yes, did you use react-native link at some point, don't use that, go for the manual route, and make sure you copy all of the assets, that's the only way it's working with the latest version.
ill ready link the asset but when i try import a icons return this error
The development server returned response error code: 500
URL: http://10.0.3.2:8081/index.delta?platform=android&dev=true&minify=false&deltaBundleId=0
Body:
{"type":"InternalError","errors":[],"message":"Metro Bundler has encountered an internal error, please check your terminal error output for more details"}
processBundleResult
BundleDownloader.java:242
access$100
BundleDownloader.java:41
onResponse
BundleDownloader.java:208
execute
RealCall.java:135
run
NamedRunnable.java:32
runWorker
ThreadPoolExecutor.java:1113
run
ThreadPoolExecutor.java:588
run
Thread.java:818
im running in ubuntu 16.0.0 lts (elementary os )
java oracle 1.8.0_161
npm 5.6.0
yarn 1.3.2
i try:
yarn install --production
reinstall dependencies
please i need heelp
thanks
The text was updated successfully, but these errors were encountered: