UMDVAI
UMDVAI
PPrisma
Created by UMDVAI on 10/9/2024 in #help-and-questions
dependencies
Why does npm i --omit=dev still put prisma/typescript/etc. in node_modules? Is there a way to exclude these? They are taking up 50Mb+ of space in my deploy. I though only @prisma and .prisma were needed. I have

"devDependencies": {... "prisma": "^5.20.0",...

"devDependencies": {... "prisma": "^5.20.0",...
and
"dependencies": {..."@prisma/client": "^5.20.0",...
"dependencies": {..."@prisma/client": "^5.20.0",...
yet prisma keeps sneaking back into my node_modules.
4 replies