mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore(docs): update yarn installation command (#4132)
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/
This commit is contained in:
parent
34bb098be8
commit
e3aa9cdef9
@ -26,7 +26,7 @@ Execute one of the following commands in your terminal:
|
||||
<PackageManagers
|
||||
commands={{
|
||||
npm: "npm install -g nextui-cli",
|
||||
yarn: "yarn add -g nextui-cli",
|
||||
yarn: "yarn global add nextui-cli",
|
||||
pnpm: "pnpm add -g nextui-cli",
|
||||
bun: "bun add -g nextui-cli",
|
||||
}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user