node.js install 썸네일형 리스트형 우분투에 node.js와 npm을 설치하는 방법 우분투에 node.js와 npm을 설치하는 방법NVM(Node Version Manager)NPM(Node Package Manager)테스트 환경운영체제 버전 정보$ cat /etc/lsb-releaseDISTRIB_ID=UbuntuDISTRIB_RELEASE=22.04DISTRIB_CODENAME=jammyDISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS"1. NVM 설치NVM 설치 스크립트를 다운로드하고 실행합니다.curl -s -o- https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash$ curl -s -o- https://raw.githubusercontent.com/creationix/nvm/m.. 더보기 CentOS 7에 Node.js와 npm을 설치하는 방법 CentOS 7에 Node.js와 npm을 설치하는 방법 NodeSource yum 저장소 추가 https://github.com/nodesource/distributions 1. EPEL 저장소 추가 및 curl 패키지 설치 sudo yum install -y epel-release sudo yum install -y curl 2. NodeSource 저장소 추가 curl -fsSL https://rpm.nodesource.com/setup_17.x | sudo bash - $ curl -fsSL https://rpm.nodesource.com/setup_17.x | bash - ## Installing the NodeSource Node.js 17.x repo... ## Inspecting syste.. 더보기 이전 1 다음