Skip to content

Comments

docs(docs): remove duplicate @types/node installation steps#7542

Open
lukpod1 wants to merge 2 commits intoprisma:mainfrom
lukpod1:docs/remove-duplicate-node-types
Open

docs(docs): remove duplicate @types/node installation steps#7542
lukpod1 wants to merge 2 commits intoprisma:mainfrom
lukpod1:docs/remove-duplicate-node-types

Conversation

@lukpod1
Copy link

@lukpod1 lukpod1 commented Feb 21, 2026

What changed and why

Removed redundant @types/node installation commands in database quickstart guides. This. ensure the documentation is concise and avoids repeating installation steps that are already covered in the same block.

How it was tested (commands + notes)

Verified the changes by running the local documentation server (pnpm --filter docs dev) and checking the affected .mdx files to ensure the installation blocks are rendered correctly.

Issue Reference

Issue: #7541

Summary by CodeRabbit

  • Documentation
    • Updated installation instructions across multiple database setup guides (PostgreSQL, PlanetScale, and CockroachDB) to remove an unnecessary development dependency. This streamlines the setup process for new Prisma projects across different database providers, reducing the total number of packages developers need to install during initial project setup and simplifying their configuration process.

Removed redundant @types/node installation commands in multiple database quickstart guides to streamline the documentation

Issue: prisma#7541
@vercel
Copy link

vercel bot commented Feb 21, 2026

@lukpod1 is attempting to deploy a commit to the Prisma Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 21, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

This PR removes @types/node from npm install commands across five Prisma documentation files for various database setup guides (PlanetScale, CockroachDB, PostgreSQL). The changes are consistent and identical in pattern across all affected files.

Changes

Cohort / File(s) Summary
Prisma Database Quickstart Documentation
apps/docs/content/docs/(index)/prisma-orm/quickstart/cockroachdb.mdx, apps/docs/content/docs/(index)/prisma-orm/quickstart/planetscale.mdx, apps/docs/content/docs/(index)/prisma-orm/quickstart/postgresql.mdx, apps/docs/content/docs/(index)/prisma-orm/quickstart/prisma-postgres.mdx
Removed @types/node from dev dependency installation commands in npm install steps.
Prisma Add-to-Existing-Project Documentation
apps/docs/content/docs/(index)/prisma-orm/add-to-existing-project/planetscale.mdx
Removed @types/node from dependency installation command in the Postgres section.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related issues

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change across all modified files—removing redundant @types/node installations from documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant