Skip to content

Commit 6c1a037

Browse files
Oxyjunelithrar
authored andcommitted
Removing unnecessary install npm step from Get started. (#16877)
1 parent 69b6900 commit 6c1a037

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/content/docs/kv/get-started.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ To continue:
2121

2222
<Steps>
2323
1. Sign up for a [Cloudflare account](https://dash.cloudflare.com/sign-up/workers-and-pages) if you have not already.
24-
2. Install [`npm`](https://docs.npmjs.com/getting-started).
25-
3. Install [`Node.js`](https://nodejs.org/en/). Use a Node version manager like [Volta](https://volta.sh/) or [nvm](https://github.com/nvm-sh/nvm) to avoid permission issues and change Node.js versions. [Wrangler](/workers/wrangler/install-and-update/) requires a Node version of `16.13.0` or later.
26-
4. Update your [Wrangler](/workers/wrangler/install-and-update/) installation to the most updated version.
24+
2. Install [`Node.js`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). Use a Node version manager like [Volta](https://volta.sh/) or [nvm](https://github.com/nvm-sh/nvm) to avoid permission issues and change Node.js versions. [Wrangler](/workers/wrangler/install-and-update/) requires a Node version of `16.13.0` or later.
25+
3. Update your [Wrangler](/workers/wrangler/install-and-update/) installation to the most updated version.
2726
</Steps>
2827

2928
## 1. Create a Worker project

0 commit comments

Comments
 (0)