this 1.7 upgrade was good enough to break everything for me , now i am stuck in the middle of no where
d
Daniel K.
04/29/2018, 11:10 AM
where is your current issue? I have slain some monsters on the path, so perhaps I can help
f
Fi1osof
04/29/2018, 11:22 AM
@Sim for me too))
My solution for restore:
Install global prisma@1.6.3
cd server/
rm node_modules -rf
yarn
yarn add prisma-binding@1.5.12 (latest packages with bugs).
prisma deploy
s
Sim
04/30/2018, 12:01 AM
@Daniel K. thank you and @Fi1osof too , i just decided not to use Prisma till everything is sorted out , even the GraphQL-Yoga was giving Module not found errors , anyways, i reverted to my old settings and then switched to MongoDB with the yoga server.
d
Daniel K.
04/30/2018, 7:51 AM
yoga was just fixed in latest version
Daniel K.
04/30/2018, 7:52 AM
yes, it was bit hurtful to figure the upgrade, but currently I don't have any issues anymore (or there is viable workaround)