<@U8X0S7NGG> please provide a reproducible bug rep...
# prisma-whats-new
n
@veksen please provide a reproducible bug report here: https://github.com/graphcool/prisma/issues 🙂
v
I'll see if I can minimum repro it..
d
Can you paste output of
prisma --version
?
n
thanks! 🙌 it might be related to
graphql prepare
as it fails during the "Hooks"
d
I got this issue when I had moved to node 9.4.0 but this is not a confirmed reproduction. Switching back to 8.4.0 fixed it and I moved on for that moment!
v
prisma/1.0.11 (darwin-x64) node-v9.3.0
d
Yup! try to go back to 8.x node! if possible for you!
If this is fixed, then we can raise an issue for node 9.x
v
got the same problem on Node
v8.9.1 (npm v5.6.0)
and
v8.4.0 (npm v5.3.0)
(using nvm to switch)
d
ah! in that case this is not reproduced! For me nvm switch to 8.4.0 fixed it.
v
if this helps - this issue started when I tried
yarn prisma delete
, and can't get it back on track - I'll try a minimal repro, if this is not cluster related