From fa555f34297c3639f59498cdd6f4e198c119a352 Mon Sep 17 00:00:00 2001 From: Venkataramana Devathoti <114353712+Venkat-Entropik@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:53:21 +0530 Subject: [PATCH] fix(curriculum): add Node.js installation note before Vite setup command (#66247) Co-authored-by: Venkat --- .../6734e88cc46e6dc679420040.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curriculum/challenges/english/blocks/lecture-introduction-to-javascript-libraries-and-frameworks/6734e88cc46e6dc679420040.md b/curriculum/challenges/english/blocks/lecture-introduction-to-javascript-libraries-and-frameworks/6734e88cc46e6dc679420040.md index 39c62e743c4..d1cb3c68aaf 100644 --- a/curriculum/challenges/english/blocks/lecture-introduction-to-javascript-libraries-and-frameworks/6734e88cc46e6dc679420040.md +++ b/curriculum/challenges/english/blocks/lecture-introduction-to-javascript-libraries-and-frameworks/6734e88cc46e6dc679420040.md @@ -13,6 +13,8 @@ One of the most popular tools for setting up projects is Vite. Vite, which means To create a new project with Vite, you will need to use the command line. If you are using Windows machine, then you can use the Command Prompt or Windows PowerShell. If you are using a Mac, then you can use the Terminal app. +In case you don't have Node.js installed, which is needed for npm to work, here is a link for the official Node.js webpage: https://nodejs.org. Follow the installation instructions then come back here to resume your React installation. + Once you have the command line open, you can use the following command: ```bash