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
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 [email protected]
yarn global add [email protected]
If you have to work on [email protected] 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;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With