adduser node
usermod -aG sudo nodeCreate a new file /etc/sudoers.d/node:
node ALL=(root) NOPASSWD:ALLsudo 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