Skip to content

Commit 3f994a0

Browse files
Update src/content/docs/workers/tutorials/build-a-content-version-system/index.mdx
Co-authored-by: db-cloudflare <[email protected]>
1 parent 57c6d97 commit 3f994a0

File tree

1 file changed

+0
-8
lines changed
  • src/content/docs/workers/tutorials/build-a-content-version-system

1 file changed

+0
-8
lines changed

src/content/docs/workers/tutorials/build-a-content-version-system/index.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ If you have not already installed needed tools, you can follow the instructions
3939

4040
## 1. Set up Worker project and Durable Objects
4141

42-
### Install Node.js
43-
Node.js [official website](https://nodejs.org/en/download/package-manager)
44-
45-
```sh
46-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
47-
nvm install 22
48-
node -v # print node.js version
49-
```
5042

5143

5244
We will start by creating a new Workers project using the Wrangler CLI.

0 commit comments

Comments
 (0)