카테고리 없음
Ubuntu Nodejs(16) 환경세팅
쿠루쿠루티
2021. 11. 20. 14:37
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