cameria-facial-recognition icon indicating copy to clipboard operation
cameria-facial-recognition copied to clipboard

Syntax error: Unexpected token, expected }

Open alexiscz opened this issue 6 years ago • 1 comments

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

alexiscz avatar Jun 15 '18 15:06 alexiscz

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

tejazz avatar May 17 '19 10:05 tejazz