I'm new to Prisma and Nodejs
I accidentally created lots of instances of Prisma Client that keep displaying the warning of
warn(prisma-client) There are already 10 instances of Prisma Client actively running.
Even I tried to delete old files and create a new Prisma, it keep showing the same warning.
I was wondering is there any way to clear the duplicated instances that already actively running?
I found a lot of INFO only about to prevent the situation occur instead of clearing it.
Node js version. : v14.18.2
NPM version. : 6.14.15
prisma : 3.7.0
@prisma/client : 3.7.0
Thank you for your help.