Node JS setup on Ubuntu | How to install Node JS on Ubuntu | Node JS

Опубликовано: 14 Октябрь 2024
на канале: Exploring My Computer
745
11

(Recommended Video quality (resolution): 360p)

Node.js is a cross-platform, open-source server environment that can run on Windows, Linux, Unix, macOS, and more. Node.js is a back-end JavaScript runtime environment, runs on the V8 JavaScript Engine, and executes JavaScript code outside a web browser.

Installation Steps:
(Internet connectivity is necessary).
Open the Terminal and issue the following commands:
Step 1: sudo apt update
Step 2: sudo apt install curl
Step 3: curl -fsSL https://deb.nodesource.com/setup_curr... | sudo -E bash
Step 4: sudo apt install -y nodejs
Step 5: node --version (Check the nods.js version).
===================
This channel publishes brief and informative videos on Computers, Electronics, Tips & Tricks, Hardware, Software, Networking technology and solutions.
Please stay connected by subscribing the channel and click on bell Icon to get notification on new videos.

IMPORTANT PLAYLISTS:
https://www.youtube.com/@ExploringMyC...

BASIC ELECTRONICS, COMPUTER TUTORIAL VIDEOS:
   • COMPUTER TUTORIAL, BASIC ELECTRONICS ...  

SOFTWARE INSTALLATION VIDEOS:
   • SOFTWARE INSTALLATION VIDEOS  

COMPUTER TIPS & TRICKS:
   • COMPUTER - TIPS & TRICKS  

SETUP & CONFIGURATION VIDEOS:
   • SYSTEM SETUP & CONFIGURATION VIDEOS  

KEYBOARD SHORTCUT VIDEOS:
   • KEYBOARD SHORTCUT VIDEOS  

COMMAND LINE TUTORIALS:
   • COMMAND LINE TUTORIALS  

Thank You...