-
Notifications
You must be signed in to change notification settings - Fork 24.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
Unexpected identifier 'str' #22675
Comments
I have no problem on another computer. I will check tonight what is the problem |
What is curious, I have a node_modules directory which is created on the parent directory of the project when I do |
Can you show the output of the red screen? at which file & line does it point? |
@firemuzzy @JacquesBonet I was having this issue, with same errors as described by @firemuzzy on both on the a pixel 2 simulator and trying to install on my Galaxy S6. I tried a number of steps to resolve the issue, such as updating to latest java, update to latest gradle and android studio plugin, and setting up a new project. But I believe what ended up solving it for me was upgrading via react-native git command line tool https://facebook.github.io/react-native/docs/upgrading I was running my project based off react native 0.57.0 and had been upgrading the patch releases just by changing version in OSX 10.14.2 Give it a try and let me know if it solves it for both of you too. |
who tried to Version downgrade with RN? |
@firemuzzy Is your problem solved? |
Can we please migrate this issue, if still existent, to a new issue that follows the template AND has a repro? It's not possible to help without information, and the original poster literally left the template with the placeholders & only the react-native info 😓 |
I have no way.@kelset |
Same issue here, after upgrading from 0.55.4 to 0.57.8. Finally got through by launching the packager manually, eg: |
Good day to all. Have someone managed this issue? I've got simular this morning and I've already
Could someone help, please. I'm starting run out of options |
Hello there 👋 this issue doesn't have a repro (which means, a Because of this, we are going to close this issue - but if a repro is shared in a new issue, we are happy to investigate it further 🤗 |
Environment
Run
react-native info
in your terminal and paste its contents here.native info
React Native Environment Info:
System:
OS: Linux 4.18 Ubuntu 18.10 (Cosmic Cuttlefish)
CPU: (4) x64 Intel(R) Core(TM) i5-6300HQ CPU @ 2.30GHz
Memory: 151.05 MB / 7.60 GB
Shell: 4.4.19 - /bin/bash
Binaries:
Node: 8.12.0 - /usr/local/bin/node
Yarn: 1.12.3 - /usr/bin/yarn
npm: 6.5.0 - /usr/local/bin/npm
SDKs:
Android SDK:
API Levels: 27, 28
Build Tools: 27.0.3, 28.0.3
System Images: android-27 | Intel x86 Atom, android-27 | Intel x86 Atom_64, android-27 | Google APIs Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-28 | Google APIs Intel x86 Atom
npmPackages:
react: 16.6.3 => 16.6.3
react-native: 0.57.8 => 0.57.8
Description
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
PS: I dont have error in debug mod
Reproducible Demo
Let us know how to reproduce the issue. Include a code sample, share a project, or share an app that reproduces the issue using https://snack.expo.io/. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve
The text was updated successfully, but these errors were encountered: