우분투 node.js 설치

Jmnote (토론 | 기여)님의 2021년 12월 27일 (월) 12:04 판
  다른 뜻에 대해서는 우분투18 node.js 8 설치 문서를 참조하십시오.

1 개요

우분투18 node.js 10 설치
Node.js v16.x
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
Node.js v14.x
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
Node.js v12.x
curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}