Skip to content

Commit 43e30f4

Browse files
docs: add -D flag to other frameworks install commands
1 parent 11ef941 commit 43e30f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ createRoot(document.getElementById('root')!).render(
6565
Install the devtools and the Vite plugin:
6666

6767
```bash
68-
npm install @tanstack/preact-devtools @tanstack/devtools-vite
68+
npm install -D @tanstack/preact-devtools @tanstack/devtools-vite
6969
```
7070

7171
Add the `TanStackDevtools` component using Preact's `render()` function:
@@ -114,7 +114,7 @@ render(
114114
Install the devtools and the Vite plugin:
115115

116116
```bash
117-
npm install @tanstack/solid-devtools @tanstack/devtools-vite
117+
npm install -D @tanstack/solid-devtools @tanstack/devtools-vite
118118
```
119119

120120
Add the `TanStackDevtools` component using Solid's `render(() => ...)` pattern:
@@ -167,7 +167,7 @@ render(() => (
167167
Install the Vue devtools adapter:
168168

169169
```bash
170-
npm install @tanstack/vue-devtools
170+
npm install -D @tanstack/vue-devtools
171171
```
172172

173173
> The Vite plugin (`@tanstack/devtools-vite`) is optional for Vue but recommended if you want features like enhanced console logs and go-to-source.

0 commit comments

Comments
 (0)