Kebron Blog

Install Nodejs

June 17, 2019

Go back to Project Zero

Install nodejs LTS(Long Term Support)

Today(till 2019.6.17), nodejs 10.16.0 is the LTS version. You could download it from https://nodejs.org/en/download/. (You could try to change the language en to your language code.) And of course it supports package manager(Check https://nodejs.org/en/download/package-manager/).

In my case, with ubuntu, it was provided by NodeSource.(https://github.com/nodesource/distributions/blob/master/README.md)

To download 10.16.0, try

curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs

Thanks.


Kebron

Written by Kebron who lives in Korea and works in NHN developing simple payment system(Payco). You should follow him on Github