Steps:
1. Login to Ubuntu or Linux machine using ssh client like putty
2. Run command: sudo -s
3. Run command: sudo apt-get install curl
4. Run command: curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
5. Run command: sudo apt-get install -y nodejs
6. Install latest version of node js using command: sudo apt-get install -y nodejs
4. Verify the installation by using command: node -v
Latest posts by Chetan (see all)
- MyHospitalNow.com – PROD | Clean all patient user and related quote, bid and file data - March 21, 2020
- Sending Email with attachments in Laravel 5.5 using and PHP & JQuery - February 20, 2020
- How to run php artisan queue:listen in background on Ubuntu or Linux machine - February 6, 2020