리눅스 Node.js 설치

Roul (토론 | 기여)님의 2019년 12월 3일 (화) 11:24 판 (임시 저장)

1 개요

리눅스 node.js 설치

2 리눅스

  • nodejs 13버전 설치 (불안정)
curl -sL https://deb.nodesource.com/setup_13.x | sudo bash -
  • nodejs 12버전 설치 (안정)
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -

3 같이 보기

4 참고

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