리눅스 Node.js: Revision history

From IT Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 February 2021

  • curprev 23:1723:17, 8 February 2021아이리움 talk contribs 723 bytes +723 새 문서: == 설치 == === 패키지 설치 == * yum 이용 <pre> $ sudo yum install npm $ sudo npm install n -g # g 옵션은 global의 약자로, 모든 사용자를 대상으로 설치 $ su...