Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

605
Vistas
I am getting this error : error listen EADDRINUSE: address already in use :::19000. What to do?

Developer tools running on http://localhost:19002 Opening developer tools in the browser... Starting Metro Bundler error listen EADDRINUSE: address already in use :::19000.

Error: listen EADDRINUSE: address already in use :::19000

over 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

This is happening with the version 4.8.1 of expo-cli https://github.com/expo/expo-cli/issues/3687

The best way to solve this is to downgrade your version of expo to 4.7.3.

npm i -g expo-cli@4.7.3
yarn global add expo-cli@4.7.3

If you have to work on expo-cli@4.8.1 I fix this changing the default port of expo. You can create an .exprc file in your project root with

{
  "manifestPort": valid port number (e.g. 19002)
}

Don't forget to add the .exprc to your .gitignore file c;

over 4 years ago · Santiago Trujillo Denunciar

0

Error Message

Looks like this happens also when you have a newer version of EXPO CLI and a older version of EXPO installed on project.

So in my situation I had v38 EXPO on my project which I upgraded to v39 (due to SDK being out of date on EXPO GO). I also thought it would be a good idea to update EXPO CLI globally to 4.8.1. When running it, I ended up with the error in the image. So luckily I recalled the previous version which was installed, in my case was EXPO CLI 3.27.14 (So I removed the latest version of EXPO CLI globally and installed the older version) which solved my issue.

Remove Older version command: yarn global remove expo-cli

Install specific version command: yarn global add expo-cli@3.27.14

Metro bundler running successfully

over 4 years ago · Santiago Trujillo Denunciar

0

This means that your running same command on other terminal... try quiting all the terminal and even your vscode or sublime and then close the simulator aswell... then run it again, if it doesnt work try this:

I tried following steps it resolves my issue

Running packager on different port react-native start --port 8084 --reset-cache Run react-native run-android --port 8084 in second Command Prompt window. After error screen appear clicking Android Ctrl + M, iOS Command + D. Click Dev Settings button at the bottom. Click Debug server host & port for device button. Type localhost:8084 and click OK button. Again run react-native run-android --port 8084

You can try to run it on different port so that you can run the 19000 port on other things and run 8094 on your react native app :)

If it still doesnt work try restarting your pc and run the command.

Cheers, I hope i help!

Credits from here: ReactNative Metro Bundler not starting automatically

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda