Just curious when Prisma might update it’s use of ...
# orm-help
j
Just curious when Prisma might update it’s use of the ‘statuses’ npm package? I’m receiving errors whenever I install a new instance graphql-yoga or prisma. The issue is illustrated in this issue filed on Github yesterday. https://github.com/prisma-labs/graphql-yoga/issues/643
r
Hey @James Potts 👋 I think this is a package in GraphQL Yoga and not in Prisma. Which versions are you installing of Yoga and Prisma?
j
Hi @Ryan, I have GraphQL Yoga 1.18.3 and Prisma CLI 1.34.10 installed. Statuses 1.5.0 is definitely included with both GraphQL Yoga and Prisma. This can be confirmed by installing each of them independently and the Statuses package appears in the node_modules directory.
I was able to resolve the issue by placing a copy of the codes.json file in the root directory for the Statuses package. However, this doesn’t seem like it should be necessary, as the file is present by default when reviewing the contents of version 2.0.0 and 1.5.0.
r
@James Potts is it present in both?
j
Yes