Seeing this on the `node-basic` template from pris...
# prisma-whats-new
b
Seeing this on the
node-basic
template from prisma init:
Copy code
src/index.js:48
    ...req,
    ^^^

SyntaxError: Unexpected token ...
n
please upgrade to a recent node version, also see: https://github.com/graphql-boilerplates/react-fullstack-graphql/issues/151
n
Yeah I ran into this too biscarch with my v8.1.4 node - I installed v9.4.0 and it seemed to be a-ok
b
yeah, I was on 8, but 9.3 which I also had installed seems to have worked fine.
h
try the latest node 8
if it doesn't work that would be weird
at least for me, because it's currently lts
b
I was on 8.2.1 specifically, so possible a later 8 would work (it is on 8.9.3 right now, so a lot has changed)
h
yeah, that's old
8.6+ supports it