ㅂㄱ
Ubuntu Nodejs(16) 환경세팅 본문
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt install -y nodejs
# for development server you might need to install development tools
sudo apt-get install gcc g++ make
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt install -y nodejs
# for development server you might need to install development tools
sudo apt-get install gcc g++ make