fix(curriculum): add Node.js installation note before Vite setup command (#66247)

Co-authored-by: Venkat <venkat@Venkats-MacBook-Pro.local>
This commit is contained in:
Venkataramana Devathoti
2026-03-05 23:53:21 +05:30
committed by GitHub
parent 0ee6075afe
commit fa555f3429
@@ -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