Closed imMatheus closed 1 year ago
In the instructions on installation, npm install prisma-docs-generator should be npm install -D prisma-docs-generator.
npm install prisma-docs-generator
npm install -D prisma-docs-generator
There is no need for this dependency to not be a dev dependency.
Closed via https://github.com/pantharshit00/prisma-docs-generator/commit/52068885356022f8a62b1ce92090c2cb4d34349b
In the instructions on installation,
npm install prisma-docs-generator
should benpm install -D prisma-docs-generator
.There is no need for this dependency to not be a dev dependency.