NodeJS
1. Download
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -2. Install
sudo apt install nodejs -y3. Get root path
npm root -g4. Change permission
sudo chown -R $USER: pathLast updated
Was this helpful?