Skip to content

Install Node.js

CamiloSerrano95 edited this page Jul 6, 2017 · 4 revisions

Installing Node.js

To install Node.js on your computer run the following commands

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -

sudo apt-get install -y nodejs

Using VSC as a text editor, on your integrated terminal, you just need to execute node and the file name.

Clone this wiki locally