Skip to content
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

Syntax error: Unexpected token, expected } #1

Open
alexiscz opened this issue Jun 15, 2018 · 1 comment
Open

Syntax error: Unexpected token, expected } #1

alexiscz opened this issue Jun 15, 2018 · 1 comment

Comments

@alexiscz
Copy link

Hello Tarique,

I have tried to play with your project that is fit exactly to the POC I am trying to build.
I have tried two versions of node : 8.11.3 and 7.6.0 and I get the following error when I am trying to launch the server with react-scripts start :

./src/components/recognize.js
Syntax error: Unexpected token, expected } (65:49)

  63 |                 }
  64 |             }).then((response) => {
> 65 |                 console.log('response', response);
     |                                                  ^
  66 |                 this.props.recognizeUser(response.data);
  67 |                 this.setState({
  68 |                     load: false

Do you have any insight to give about the right version of node to use ?

Thanks a lot,

Alexis

@tejazz
Copy link
Owner

tejazz commented May 17, 2019

I am really sorry. I just saw this issue. Is it fixed or is it still there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants