$sudo apt-get update
$sudo apt-get install -y build-essential
# curl 이 설지 안된경우 설치
$sudo apt-get install curl
$curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash --
$sudo apt-get install -y nodejs
# 설치확인
$node -v
$npm -v
'Back-End > Node.js' 카테고리의 다른 글
Node.js 필수 설치 패키지 리스트 (0) | 2020.08.07 |
---|---|
bcrypt 비밀번호 암호화 라이브러리 (0) | 2020.08.04 |
nodemon 설치 (0) | 2020.08.04 |
Node.js 에서 DB(Database) 연결 (0) | 2020.08.04 |