Skip to content

Commit 2b93f7f

Browse files
committed
Update quickstart to install react@18/express@4
1 parent b05ab64 commit 2b93f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/start/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cd my-remix-app
2727
npm init -y
2828
2929
# install runtime dependencies
30-
npm i @remix-run/node @remix-run/react @remix-run/serve isbot@4 react react-dom
30+
npm i @remix-run/node @remix-run/react @remix-run/serve isbot@4 react@18 react-dom@18
3131
3232
# install dev dependencies
3333
npm i -D @remix-run/dev vite
@@ -139,7 +139,7 @@ Just for kicks, let's stop using `remix-serve` and use express instead.
139139
👉 **Install Express, the Remix Express adapter, and [cross-env] for running in production mode**
140140

141141
```shellscript nonumber
142-
npm i express @remix-run/express cross-env
142+
npm i express@4 @remix-run/express cross-env
143143
144144
# not going to use this anymore
145145
npm uninstall @remix-run/serve

0 commit comments

Comments
 (0)