From 6d90e80c51ad876539f4f72a8ff3030e63fa6e25 Mon Sep 17 00:00:00 2001 From: Ken Jenney Date: Fri, 28 Mar 2025 19:57:16 -0400 Subject: [PATCH] Update NodeJS Version Requirement (#7586) --- Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development.md b/Development.md index 5480f5c04a..817897b09f 100644 --- a/Development.md +++ b/Development.md @@ -11,7 +11,7 @@ Otherwise, you can clone the OpenHands project directly. - Linux, Mac OS, or [WSL on Windows](https://learn.microsoft.com/en-us/windows/wsl/install) [Ubuntu >= 22.04] - [Docker](https://docs.docker.com/engine/install/) (For those on MacOS, make sure to allow the default Docker socket to be used from advanced settings!) - [Python](https://www.python.org/downloads/) = 3.12 -- [NodeJS](https://nodejs.org/en/download/package-manager) >= 20.x +- [NodeJS](https://nodejs.org/en/download/package-manager) >= 22.x - [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) >= 1.8 - OS-specific dependencies: - Ubuntu: build-essential => `sudo apt-get install build-essential`