Welcome to my blog where you can learn about programming languages and other IT subjects.
I also have a YouTube channel where I share coding tutorials and more. Follow me on @CodeWithGagan to enhance your programming skills and stay up-to-date with the latest technology trends.
Lectures
▼
Download and Install Node Js
Downloading and installing Node.js is a straightforward process. Here's a step-by-step guide for downloading and installing Node.js on your system:
For Windows:
Visit the Node.js Website: Go to the official Node.js website at (https://nodejs.org/).
Download LTS Version: On the homepage, you'll see two versions: LTS (Long Term Support) and Current. It's recommended to download the LTS version for stable releases.
Click on the "LTS" button to download the LTS version.
Run the Installer:
Once the installer is downloaded, run the executable file (e.g., `node-v14.17.5-x64.msi`).
Follow the on-screen instructions in the Node.js Setup Wizard.
Accept License Agreement:
Read and accept the license agreement.
Click "Next" to proceed.
Choose Installation Options:
You can leave the default settings as they are.
Click "Next."
Select Destination Folder:
Choose the destination folder where Node.js will be installed.
Click "Next."
Install:
Click "Install" to start the installation process.
Complete Installation:
Once the installation is complete, click "Finish."
Verify Installation:
Open a command prompt or PowerShell window.
Type `node -v` and press Enter. This should display the installed Node.js version.
Type `npm -v` and press Enter. This should display the installed npm version.
No comments:
Post a Comment