Install nodejs on ubuntu 16.04

Reference: https://github.com/nodesource/distributions/blob/master/README.md#debinstall

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

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.