avatar
Published on

리눅스 nodejs, npm 설치

Authors
  • avatar
    Name
    Haneul
    Twitter

1 Nodejs 설치

  • 설치에 관련된 설명은 아래 링크를 참조하였습니다.

https://nodejs.org/ko/download/package-manager/

  • Nodejs 10버전을 설치하기 위하여 아래명령어를 실행합니다.

$ curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash --

  • Node.js 설치 준비가 완료되었습니다. 아래의 명령어로 install 합니다.

$ yum install nodejs -y

  • 설치를 확인합니다

nodeversionnode --version npm --version