0xbaha / env-setup

This repository contains a script that can be used to set up an environment for web development and mail server.
https://gh.baha.my.id/env-setup
1 stars 0 forks source link

Install Node.js #25

Open 0xbaha opened 3 years ago

0xbaha commented 3 years ago
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt install -y nodejs

# optional
sudo npm install forever -g

ref