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