Hello, everyone :wave: Has anyone have project us...
# orm-help
a
Hello, everyone 👋 Has anyone have project using npm 7 workspaces with a prisma + nexus package? I have noticed that prisma is generating the client inside the package's local
node_modules
directory, instead of using the root package
node_modules
(where nexus-plugin-prisma looks for them) 🤔
m
i had to add
prisma
to the top level package.json
a
Thank you, I'm gonna try that. Did you also move the generate scripts to the top level?
m
basically yea