CNCjs Setup #2 (CNCjs Install) CNCjs Setup #2 (CNCjs Install) 1. git 설치 sudo apt-get update sudo apt-get upgrade -y sudo apt-get dist-upgrade -y sudo apt-get install -y build-essential git #필요한 경우 설치 sudo apt-get install htop iotop nmon lsof screen -y 2. Node.js 설치 (자바스크립트 런타임) # Node.js 설치 curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - # Install NodeJS v8 sudo apt-get install -y nodejs # NPM 업데이트 sudo npm ins.. 더보기 이전 1 ··· 11 12 13 14 15 16 17 ··· 69 다음