Skip to content

Instantly share code, notes, and snippets.

@rajibdpi
Created November 29, 2025 14:07
Show Gist options
  • Select an option

  • Save rajibdpi/bfa2f76328ebd634b4894ca5776a19ab to your computer and use it in GitHub Desktop.

Select an option

Save rajibdpi/bfa2f76328ebd634b4894ca5776a19ab to your computer and use it in GitHub Desktop.
Install the Nodejs and NPM Latest LTS Version

Install the Nodejs and NPM Latest LTS Version LTS = Long-Term Support (most stable).

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment