[컴] linux 에 node 를 압축파일로 설치

archived file / tar /tgz / zip 으로 설치 / npm 설치 / 리눅스 설치 / how to

linux 에 node 를 압축파일로 설치

  1. download : https://nodejs.org/dist/ 에서 원하는 버전을 선택해서 download 하자.
  2. 설치하려는 서버에 upload
  3. 압출 풀기 : tar -zxvf ./node-v19.9.0-linux-x64.tar.gz
  4. PATH 에 추가: export PATH=/usr/<node_dir>/bin:$PATH

Reference

  1. node.js - How to install node.tar.xz file in linux - Stack Overflow

댓글 없음:

댓글 쓰기