Skip to content

Commit 00be103

Browse files
authored
Update get-started.mdx
1 parent 287b7ba commit 00be103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/docs/get-started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You need Node.js 12 or newer
99

1010
### Install Blitz {#install-blitz}
1111

12-
Run `npm install -g blitz`
12+
Run `yarn global add blitz` or `npm install -g blitz --legacy-peer-deps` (legacy-peer-deps is needed because npm totally change behavior of peer deps and some dependencies haven't caught up)
1313

1414
### Create a New App {#create-a-new-app}
1515

0 commit comments

Comments
 (0)