Trying to run through the howtographql react + apo...
# prisma-whats-new
e
Trying to run through the howtographql react + apollo tutorial, but can't execute the curl command to set up the backend...has anyone gotten past this issue before?
n
Ah sorry! I need to fix that
You need to use the
server
directory from this branch: https://github.com/howtographql/react-apollo/tree/starter
e
Awesome, I just went to try to start the server side tutorial, because why not, but encountered an error on running the graphql create command
Got Unexpected token ( when it tried to run the boilerplate install script
Not sure what's going on there, but if that server directory is all I need, I can put off the completion of the server side tutorial until it is resolved.
n
hmm this might actually be a temporary issue!
I just tested the command and it worked for me. Which cluster did you deploy to?
e
Something to do with all the changes to the ecosystem?
n
Did you get this error in the CLI or in the Playground?
e
I literally just started the tutorial at https://www.howtographql.com/graphql-js/1-getting-started/
n
So in the CLI?!
e
yes, the terminal
n
Can you send the me the full error please?
Not sure what’s going on there, but if that server directory is all I need, I can put off the completion of the server side tutorial until it is resolved.
It is 🙂 just be sure to grab the one from the
starter
branch!
m
@eruby running into the same issue. Did you ever figure out the problem?
n
Hey @McArthur, the problem was fixed in the tutorial. What problem are you running into exactly?
n
So that’s a different one @eruby was talking about earlier 🙂 What is the problem you’re running into?
m
I do prisma init and try to use any one of the node or typescript templates. It gets to the step ‘Running boilerplate install script..’ then throws the error: ‘Unexpected token (’
n
I’ll reach out via DM 🙂
m
For future reference check your node version. Should be v8.