Skip to content

Commit 88fd52e

Browse files
authored
Update install-and-update.mdx
1 parent cc522bd commit 88fd52e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/content/docs/workers/wrangler/install-and-update.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ To install [Wrangler](https://github.com/cloudflare/workers-sdk/tree/main/packag
1818

1919
Wrangler is installed locally into each of your projects. This allows you and your team to use the same Wrangler version, control Wrangler versions for each project, and roll back to an earlier version of Wrangler, if needed.
2020

21+
22+
<Details header="Wrangler System Requirements">
23+
24+
Wrangler supports the [Current, Active, and Maintenance](https://nodejs.org/en/about/previous-releases) versions of Node.js. We aim not to break older versions of Node.js, but occasionally will due to features that are unavailable in older version of Node.js or security patches.
25+
26+
For most Wrangler features to work, your operating system needs to support `workerd`, the open source Cloudflare Workers runtime. `workerd`'s OS support policy is listed in it's [GitHub README](https://github.com/cloudflare/workerd?tab=readme-ov-file#running-workerd).
27+
28+
</Details>
29+
30+
2131
To install Wrangler within your Worker project, run:
2232

2333
<Render file="install_wrangler" />

0 commit comments

Comments
 (0)