anybody having strange build problems today? cicd...
# orm-help
k
anybody having strange build problems today? cicd scripts of mine have stopped working with things like src/services/CartService.ts(3,10): error TS2305: Module ‘“../../node_modules/@prisma/client”’ has no exported member ‘User’. I added a prisma generate which got things a bit further - but now at more problems - I expect this to be purely local to my environment - but just checking in
My CICD was using node:latest. (My bad). Node 15 was released yesterday. Problem was resolved by pinning node version. Prisma looks to have a problem with node and 15 @divyendu FYI
c
I had the same issue, opened this Issue and looks like it got taken care of: https://github.com/prisma-labs/graphql-request/issues/225