Skip to content

Commit 7254d35

Browse files
committed
update readme
1 parent 0db9e6b commit 7254d35

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,15 @@ A starter project for building a pnpm monorepo with a client-side React SPA and
3232
```sh
3333
nvm use 22.9.0
3434
```
35-
2. Run the installation script:
35+
2. If necessary, install the correct version of pnpm:
36+
```sh
37+
npm i -g pnpm@9
38+
```
39+
3. Run the installation script:
3640
```sh
3741
pnpm create react-spa-cloudflare@latest my-app
3842
```
39-
3. Check the console output for any warnings. The command will succeed unless the initial download fails.
43+
4. Check the console output for any warnings. The command will succeed unless the initial download fails.
4044

4145
## Getting Started
4246

README.project.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ This project is a pnpm monorepo with a client-side React SPA and a server-side C
3333
nvm use 22.9.0
3434
```
3535

36-
2. Install dependencies
36+
2. If necessary, install the correct version of pnpm:
37+
38+
```sh
39+
npm i -g pnpm@9
40+
```
41+
42+
3. Install dependencies
3743

3844
```sh
3945
pnpm i

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-react-spa-cloudflare",
33
"type": "module",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"description": "Starter package for react spa with cloudflare pages, workers, and kv",
66
"bin": "./bin/cli.js",
77
"scripts": {

0 commit comments

Comments
 (0)