Skip to content

Commit d8878af

Browse files
docs(start): fix installation script in "build-from-scratch" guide (#3623)
1 parent db1774b commit d8878af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/start/framework/react/build-from-scratch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ npm i @tanstack/react-start @tanstack/react-router vinxi
5858
You'll also need React and the Vite React plugin, so install them too:
5959

6060
```shell
61-
npm i react react-dom && npm i -D @vitejs/plugin-react vite-tsconfig-paths
61+
npm i react react-dom
62+
npm i -D @vitejs/plugin-react vite-tsconfig-paths
6263
```
6364

6465
and some TypeScript:

0 commit comments

Comments
 (0)