-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
[0.65.0] no identifiers allowed directly after numeric literal #32044
Comments
More info that I found
|
I finally found out why. While building for production, I encountered this error:
Which led me to this: https://github.com/Qix-/color/issues/222 So I simply had to uninstall |
@aprilmintacpineda I am also getting this same error while making bundleRelease Error: Unexpected token: name (_28) in file node_modules/color/index.js at 237:33 any way to fix this? |
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Please provide a clear and concise description of what the bug is. Include screenshots if needed.
Please test using the latest React Native release to make sure your issue has not already been fixed: https://reactnative.dev/docs/upgrading.html
React Native version:
Run
react-native info
in your terminal and copy the results here.Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
I simply upgraded from react-native
0.64.2
to0.65.0
, hermes-engine from0.7.2
to0.8.1
and suddenly got the errorno identifiers allowed directly after numeric literal
when I tried to run on ios and there was no stack.Expected Results
Describe what you expected to happen.
Should not throw error OR at least should show a stack trace.
Snack, code example, screenshot, or link to a repository:
here are my dependencies:
The text was updated successfully, but these errors were encountered: