cameria-facial-recognition
cameria-facial-recognition copied to clipboard
Syntax error: Unexpected token, expected }
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
I am really sorry. I just saw this issue. Is it fixed or is it still there?