i use webstorm as my editor and whenever i generat...
# prisma-client
j
i use webstorm as my editor and whenever i generate my client i have to invalidate my caches and restart webstorm in order to pick up the new files. i think this is because the prisma client is in my node_modules and webstorm doesn’t like to constantly reindex them. anyone experienced this and have a fix?
j
Hi John! Did you try specifying a custom output path? https://www.prisma.io/docs/concepts/components/prisma-client/generating-prisma-client#specifying-a-custom-output-path Also if you’re tempted to use VSCode + the VSCode Prisma extension, it works really well