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.
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. I'm sure that I did this at one point with no luck but it works now.
This is usually the result of violating the ngrok Terms of Service. Email [email protected] if you think your suspension is an error. The authtoken you specified does not look like a proper ngrok tunnel authtoken.
This tunnel is no longer available as its account does not own resources required to run. Endpoint configurations cannot be used with agent-specified basic auth. Either remove the endpoint configuration from this endpoint or restart the agent without basic auth.
Your account may not run more than max tunnels over a single ngrok client session. The tunnels already running on this session are: urls Invalid character char in domain name.
run npm install @expo/[email protected]
Install ngrok and run it in terminal using this command ngrok http 3000. Then in other terminal run expo start. It will work surely.
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