Installing NodeJS 12
NodeJS - Tutorials
How to install NodeJS 12 on Debian/Ubuntu?
First of all. Connect to your VPS Server using your Credentials
Step 1:
Step 2:
Downloading the NodeSource Script using 'curl' command.
Step 3:
Running the NodeSource Script

Step 4:
Installing NodeJS Using the following command:

And finally NodeJS 12 is installed! Now we can check the version by using: node -v command!

Last updated
Was this helpful?