You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/pages/docs/get-started.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ You need Node.js 12 or newer
9
9
10
10
### Install Blitz {#install-blitz}
11
11
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)
0 commit comments