Join Slack
Powered by
Is anyone successfully using PrismaClient with pnp...
# prisma-client
j
James
05/15/2021, 7:58 PM
Is anyone successfully using PrismaClient with pnpm? If I type
Copy code
rm -rf node_modules/ ; pnpm i
And restart the TS server, I loose all my type info, it becomes type 'any'
Copy code
rm -rf node_modules/ ; yarn
And restart the TS server, and I get my type info back
3
Views
Open in Slack
Previous
Next