Install nodejs

Install nodejs which is the execution environment of JavaScript.

sudo apt install -y nodejs

Installation is OK if the version of node is displayed.

node -v

Associated Information