Anybody get the graphcool framework resolvers to w...
# prisma-whats-new
b
Anybody get the graphcool framework resolvers to work with a windows machine? I keep getting a code: 5000 error for even the hello.js/.graphql in the tutorial... But the models and CRUD api are functional. Found the fix for anyone who seaches slack: ...In Windows the yml file cannot find the files if they are not in the same folder (even in 0.9.1). See end of this post: https://www.bountysource.com/issues/50759930-function-invocation-broken-on-windows FIX: Move all resolver functions to the same folder as yml file.
a
I did the fix for Windows, but somehow it wasn't deployed correctly in 0.9.1
You can do the fix manually in your global node_modules folder for now until they fix the release. It's only 12 characters 😄
n
@brad.barnes please get version
0.9.2
and try again. see https://github.com/graphcool/framework/issues/1031 for more information
👍🏻 2
b
Awesome! It appears to have worked. Thank you all😀 so much, I love the new framework!
💚 1