Open kripod opened 4 years ago
I have the same problem in Google App Engine. In general, cloud (standard, not advanced) environments make the file system read-only. I had to do a GAE deploy script to move node_modules/@prisma/client to node_modules_gen/@prisma/client and change tsconfig.json to include node_modules_gen. But for this error above, i have no workaround
I would, in general, question the decision to write to node_modules, esp. considering cloud environments lock down to read-only.
Same problem with serverless and AWS Lamba @schickling ???
Actually: here's the solution: https://github.com/graphql-nexus/schema/issues/328
I am hitting the same issue — does anyone have a resolution for this?
While trying to deploy a GraphQL server using Netlify Functions (backed by AWS Lambda), I encountered the following issue viewable from here.
The source code and the deployment log are also available.