Skip to content

Commit d4e40ba

Browse files
authoredNov 27, 2024··
Update installation.mdx (#4013)
Update yarn command to install nextui-cli because yarn add -g ... doesnt work and needs to use yarn add global
1 parent 34fb9e5 commit d4e40ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎apps/docs/content/docs/guide/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Execute one of the following commands in your terminal:
2626
<PackageManagers
2727
commands={{
2828
npm: "npm install -g nextui-cli",
29-
yarn: "yarn add -g nextui-cli",
29+
yarn: "yarn add global nextui-cli",
3030
pnpm: "pnpm add -g nextui-cli",
3131
bun: "bun add -g nextui-cli",
3232
}}

0 commit comments

Comments
 (0)
Please sign in to comment.