From 9eb7eff62c49ffcbfd26135a36a448a5a64fb5e8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:28:13 +0000 Subject: [PATCH] docs: update starter README to document Node >=20.0.0 requirement --- .../13-meaningful-visualizations/starter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-Data-Visualization/13-meaningful-visualizations/starter/README.md b/3-Data-Visualization/13-meaningful-visualizations/starter/README.md index 0e610071..734866d7 100644 --- a/3-Data-Visualization/13-meaningful-visualizations/starter/README.md +++ b/3-Data-Visualization/13-meaningful-visualizations/starter/README.md @@ -1,6 +1,6 @@ # Dangerous Liaisons data visualization project -To get started, you need to ensure that you have NPM and Node running on your machine. Install the dependencies (npm install) and then run the project locally (npm run serve): +To get started, you need to ensure that you have NPM and Node **>=20.0.0** running on your machine. Install the dependencies (npm install) and then run the project locally (npm run serve): ## Project setup ```