How to install node js in ubuntu
There are three easy steps to install node js in ubuntu (local/ server).
Login to your server shell using putty or other software’s, In local machine open terminal
1. Copy and paste below command in terminal
sudo apt-get install curl python-software-properties
2. After completed download all dependencies, run below command.
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
3. Finally run below command, this will install nodejs.
sudo apt-get install nodejs
How to check nodejs version
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.
Yes0
No0