why expo developer disconnected code example
Example: Expo Developer Tools is disconnected from Expo CLI. Use the expo start command to start the CLI again.
to fix this use:
1 npm install
and then
2 expo start
use sudo for permitions
to fix this use:
1 npm install
and then
2 expo start
use sudo for permitions