-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No QR code is generated when doing npm start.....i m on ubuntu with npm3 and node6 #335
Comments
@therovermind Is this happening in a fresh project created with |
@fson hey,any progress |
Hello, i have same bug ... npm start has freeze at -> When start packager directly with ERROR watch /home/lenovo/Documents/my-app/node_modules/react-native-maps/lib/android/build/tmp/expandedArchives/classes.jar_e2dz9yli314hkpr218gjso4n3/com/google/android/gms/common/internal ENOSPC |
same for me when creating a fresh project with create-react-native-app. I'm on ubuntu 16. |
Hi, possibly related to #234. This comment was helpful for me: #234 (comment) |
@bganicky Thanks a lot man. I was stuck at it for 3 days. Stupid me, should have seen this coming. For changig file watcher limit: |
try this #234 (comment) |
I had the same problem, no qrcode generated while npm start command, sudo sysctl -w fs.inotify.max_user_instances=1024 These commands worked for me. :-) |
Please 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:
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:
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.
The text was updated successfully, but these errors were encountered: