Improve installation remarks regarding pnpm#3775
Conversation
Added instructions for rebuilding better-sqlite3 after installation.
|
@jtheisen is attempting to deploy a commit to the Nuxt Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis pull request updates the installation documentation to add fallback troubleshooting steps for pnpm users when native builds are not triggered during dependency installation. It instructs users to approve pnpm build scripts or, if that doesn't work, to clear Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/content/docs/1.getting-started/2.installation.md`:
- Around line 111-117: The instructions currently show only rebuilding
`better-sqlite3`, which can mislead users who selected `sqlite3`; update the
installation note to include an explicit rebuild example for `sqlite3` as well
(add a second code block running `pnpm rebuild sqlite3`) alongside the existing
`pnpm rebuild better-sqlite3` so both package options are covered in the docs.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 920f3938-494e-4eeb-bb58-f4a1bd7db797
📒 Files selected for processing (1)
docs/content/docs/1.getting-started/2.installation.md
commit: |
Added instructions for rebuilding better-sqlite3 after installation.
(just docs)