-
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
Error in react-packager #8899
Comments
which version of RN are u using? |
last |
My guess is that you're using an old version of Node. Try installing nvm and running: nvm install 6
nvm alias default node |
The error persists: |
My guess is that extra comma https://github.com/facebook/react-native/blob/master/packager/react-packager/src/Server/index.js :line 652 |
Maybe a bad babel config somewhere then? |
I do not know. D:\Локальные проекты\React\Native\Project\node_modules\react-native\packager\react-packager\src\Server\index.js:623 |
Please share output of |
node --version ls -all
This is the output I get when I "react-native init"
I have the exact error, followed the setup guide on the official website. |
@jackbillstrom which version of npm? |
@rozele Currently running NPM 3.10.7. |
Same error in #10033 |
Hey, without being able to reproduce this I don't think we can make progress here. I think we would need more information, specifically a way to reproduce this bug consistently on a new setup. I am going to close this issue but if you do have enough information to reproduce it then feel free to open a new issue. |
Error in react-native/packager/react-packager/src/Server/index.js :653
SyntaxError: Unexpected token )
The text was updated successfully, but these errors were encountered: