-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
docs(installation): updated the yarn installation command #4132
base: canary
Are you sure you want to change the base?
Conversation
There is no `-g` flag in yarn. `global` is a command which must immediately follow yarn. Source: https://classic.yarnpkg.com/lang/en/docs/cli/global/
|
@AzpektDev is attempting to deploy a commit to the NextUI Inc Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughThe changes in this pull request focus on updating the installation instructions for NextUI. Key modifications include a clarification of the Yarn installation command, restructuring the installation guide for better clarity, and expanding the manual installation section. The updates also include revisions to the Tailwind CSS setup instructions and reiteration of the use of pnpm for dependency management. Overall, these changes aim to enhance the usability and clarity of the installation documentation. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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
Documentation and Community
|
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.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
apps/docs/content/docs/guide/installation.mdx (1)
Line range hint
214-234
: Fix line highlighting in Tailwind CSS configuration example.The line highlighting
{9,14-15}
in the code block doesn't accurately reflect the important lines in the configuration example. Please update the line numbers to match the actual important lines in the code block.
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
📒 Files selected for processing (1)
apps/docs/content/docs/guide/installation.mdx
(1 hunks)
🔇 Additional comments (3)
apps/docs/content/docs/guide/installation.mdx (3)
29-29
: LGTM! Correct Yarn global installation command.
The updated command yarn global add nextui-cli
follows the official Yarn documentation and fixes the installation error users were encountering.
Line range hint 1-24
: Well-structured documentation with clear requirements and sections.
The documentation is logically organized with clear prerequisites and installation options. The separation between automatic and manual installation methods helps users choose the most appropriate approach for their needs.
Line range hint 1-424
: Documentation changes align perfectly with PR objectives.
The update successfully addresses the yarn global installation command issue while maintaining the overall quality and accuracy of the installation documentation.
Closes #
📝 Description
There is no
-g
flag in yarn.global
is a command which must immediately follow yarn.Source: https://classic.yarnpkg.com/lang/en/docs/cli/global/
⛳️ Current behavior (updates)
When attempting to use yarn to install
nextui-cli
using the command provided in docs, yarn will return an error.🚀 New behavior
Updated the command in docs based on https://classic.yarnpkg.com/lang/en/docs/cli/global/
💣 Is this a breaking change (Yes/No):
No
📝 Additional Information
Summary by CodeRabbit