question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expo Something Went Wrong Error

See original GitHub issue

Is this a bug report?

Yes

Have you read the Bugs section of the Contributing to React Native Guide?

Yes

Environment

  1. react-native -v: 0.45.1
  2. node -v: v8.1.4
  3. npm -v: 5.3.0
  4. yarn --version (if you use Yarn): 0.27.5

Then, specify:

  • Target Platform: iOS, Android
  • Development Operating System: Linux (Arch Linux), 4.12.1
  • Build tools:

Steps to Reproduce

(Write your steps here:)

  1. Create new app using create-react-native-app
  2. Run yarn start

Expected Behavior

Be able to view the app on my phone by scanning the QR code in Expo.

Actual Behavior

Outputs warning:

Warning: You are using npm version 5.3.0. There may be bugs in this version, use it at your own risk. We recommend version 4.6.1.

but seems to work fine otherwise. When opening the link in Expo I just get the error that something went wrong. In the log it states:

Uncaught Error: Packager is not running at http://XXX.XXX.X.X:19001

Reproducible Demo

Create an app using create-react-native-app.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
carloabellicommented, Jul 16, 2017

Downgraded to 4.6.1 and the warning disappeared but the other behavior did not change. I will try asking on the expo channels.

1reaction
mixelpixelcommented, Sep 9, 2017

Hello, have you resolved this issue? I just tried downgrading to 4.6.1 using the command: npm install npm@4.6.1 from within the RN project directory (then npm i after confirming the package.json file specified npm 4.6.1). I still get the same warning from Expo IDE and when I query npm -version from within the RN project directory, I get 5.3.0.

What am I doing wrong? Please advise - thank you 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't load expo app: Something went wrong - Stack Overflow
Go to Settings > Apps > Application Manager > Expo · Scroll down to Draw over other apps and toggle it off and...
Read more >
5 common errors found in a React Native app (using Expo)
In this article, I will list 5 errors that we as developers faced, while creating a mobile app in React Native (using Expo)...
Read more >
Common development errors - Expo Documentation
This page outlines a list of errors that are commonly encountered by developers using Expo. For each error, the first bullet provides an...
Read more >
Expo is not loading my app · Issue #595 - GitHub
Turns out it had something to do with the Expo-app's permissions. When you first download Expo Go, it asks for some permission roughly...
Read more >
[Solved]-Can't load expo app: Something went wrong-Reactjs
Go to Settings > Apps > Application Manager > Expo; Scroll down to Draw over other apps and toggle it off and then...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found