-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
docs: update Nuxt installation command to use npm create nuxt@latest
#32726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
Caution Review failedThe pull request is closed. WalkthroughThe changes update documentation files to specify the use of the latest version of the Nuxt starter when creating new projects. In both the main README and the installation guide, the recommended commands for npm, yarn, pnpm, and bun now explicitly include the Estimated code review effort1 (~2 minutes) π Recent review detailsConfiguration used: CodeRabbit UI π Files selected for processing (2)
β¨ Finishing Touchesπ§ͺ Generate unit tests
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. πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
π Linked issue
resolves #XX
β Type of change
π Description
This PR updates the Nuxt installation instructions in the documentation:
npm create nuxt
npm create nuxt@latest
Using
@latest
guarantees developers scaffold projects with the most recent Nuxt release (v4+), avoiding situations where a locally-cached version ofcreate-nuxt
falls back to Nuxt 3.17.7 or earlier. It's not necessary, but with the very recent transition from Nuxt 3 to 4, it's a good idea to highlight it (even if it means removing the @latest later).