No QR code is generated when doing npm start.....i m on ubuntu with npm3 and node6
See original GitHub issuePlease make our job easier by filling this template out to completion. If you’re requesting a feature instead of reporting a bug, please feel free to skip the Environment and Reproducible Demo sections.
Description
i created a fresh project using the command create-react-native-app… then after the execution i did npm start ,after this process got stop(with curson blinking on running packager) and QR code is generated
1-2 sentences describing the problem you’re having or the feature you’d like to request
Expected Behavior
i expect a QR code so as to run on my device
What action did you perform, and what did you expect to happen?
Observed Behavior
no files related toandroid generated(index.android.js)…nor for ios
What actually happened when you performed the above actions?
If there’s an error message, please paste the full terminal output and error message in this code block:
Error text goes here!
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts
:npm ls react-native
:npm ls expo
:node -v
:6.11.1npm -v
:3.10.10yarn --version
:watchman version
:
Also specify:
- Operating system:ubuntu
- Phone/emulator/simulator & version:
Reproducible Demo
https://drive.google.com/open?id=0B0514LVH5u7lUDNRbzhWT0N5dUk https://drive.google.com/open?id=0B0514LVH5u7lWEhsTlZMWWx0bzg
Please provide a minimized reproducible demonstration of the problem you’re reporting.
Issues that come with minimal repro’s are resolved much more quickly than issues where a maintainer has to reproduce themselves.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (2 by maintainers)
Top GitHub Comments
Hi,
I have the same issue, no qr-code generated but the project was compiled.
Hi, possibly related to https://github.com/react-community/create-react-native-app/issues/234. This comment was helpful for me: https://github.com/react-community/create-react-native-app/issues/234#issuecomment-313849888