lxq.link
postscategoriestoolsabout

Install node.js on linux

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