adduser node
usermod -aG sudo node
Create a new file /etc/sudoers.d/node
:
node ALL=(root) NOPASSWD:ALL
sudo apt update sudo apt install nodejs npm
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash - sudo apt-get install -y nodejs sudo apt-get install gcc g++ make
sudo npm install ts-node typescript jest pm2 -g