Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- Reset
- crud
- css
- relative
- sourcetree
- commit
- 소스트리
- rbenv
- Advanced
- route
- linux
- html
- fixed
- git branch
- React
- Remote
- git
- Basic
- git checkout
- workflow
- Teamwork
- WEB
- Express
- Process
- Rebase
- root
- Nodejs
- Merge
- Develop
- Box Model
Archives
- Today
- Total
목록nvm (1)
Codesigner
[Nodejs] NVM으로 Node 버전 관리하기
NVM이란 Node Vergion Manager의 약자로, 하나의 PC에서 여러 가지 버전의 Node를 관리할 수 있게 해주는 도구이다. 이번 포스팅에서는 NVM을 설치하고 이를 통해 다른 버전의 Node를 어떻게 설치하고 관리하는지 알아보도록 하자. NVM 설치 먼저 다음 Script를 터미널 창을 열고 입력하자. $ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash 위 명령은 nvm을 설치하고 PATH에 경로를 설정해 주는 역할을 해준다. 다음 스크립트로 쉘 창 환경을 재시작해주자. $ source ~/.zshrc nvm이 잘 설치가 되었는지 버전을 확인해 보도록 하자. $ nvm --version 0.33...
Nodejs
2019. 9. 11. 16:53