CS-WIKI101
Loading...
Searching...
No Matches
installer
Node.js Logo

Node.js via Installer

For more information about Node.js, please see nodejs.org.

Step 1. Go to Node.js download page

For this instruction, we will use the version 18.x.x (LTS) for this course. If you want to use different version, you can choose the version you want.

  1. Go to the Node.js release page and download the installer for your operating system.

  2. Open installer file and follow the instructions to install Node.js.

Step 2. Verify Installation

After the installation is complete, you can verify that Node.js is correctly installed by running the following command:

node --version

This will display the Node.js version number if the installation was successful.

$ node --version
+ v18.12.0

Need assistance? Check out my discussion board or review the GitHub status page.

© 2023 AppleBoiy • Code of Conduct • [MIT License](LICENSE)

Back to Top