SPATIUM Mobile
주소복사
About Operating System Languages Tools Favorites Notice Visit TEST  
     Android (3)
     Linux (1)
     MacOS (1)
     OS (1)
     Solaris10 (15)
     Windows (1)
     Windows Server (2)
     Windows XP (3)
   ID  
   Password  
  |  
  Location United States
  IP Address 18.227.0.192
2024. 04
123456
78910111213
14151617181920
2122232425
26
27
282930
Category  Languages, node.js
Writer 김태우 Date 2019-02-19 13:22:43 Visit 1860
NODE 설치

 

NODE 설치

NODE 설치는 NVM(Node Version Manager)이라는 툴로 설치하는 것이 추후, 삭제나 버전 관리에 용이

NVM은 설치 이후, NODE 여러 버전이 중복 설치가 가능하며, 사용 버전을 선택할 수 있음

 

1. NVM 설치

curl https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash

 

2. 설치 이후 NVM 버전 확인

nvm —version

 

3. Node 설치

 - 최신 버전 설치

nvm install stable

- 설치 가능 버전확인 이후 설치

nvm ls-remote

nvm install v5.5.0

 

4. Node 설치 이후, 버전 확인

nvm current

 

5. 이전 설치한 Node 버전 사용하기

nvm use v4.2.6

 

 

Tags  Node설치, NVM
  Relation Articles
[Languages-node.js] NODE 설치 (2019-02-19 13:22:43)
  Your Opinion
Member ID
150 letters
Copyright (C) SPATIUM. All rights reserved.
[SPATIUM]WebMaster Mail