I'm trying to run expo with a tunnel connection and I keep getting the following error:
Error starting tunnel Failed to install @expo/ngrok@^2.4.3 globally: npm exited with non-zero code: 243
I've tried installing this version of ngrok globally and just within my project as well as removing it to allow expo to do the install automatically. It did run successfully once by starting the project with expo start
instead of npm start
but this seems to no longer work.