반응형
블로그 이미지
sense.45

공지사항

최근에 올라온 글

최근에 달린 댓글

글 보관함

calendar

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

'nodejs'에 해당되는 글 1

  1. 2018.12.17 CentOS7 nodeJs 설치

CentOS7 nodeJs 설치

2018. 12. 17. 16:33 | Posted by sense.45
반응형

1. yum epel 

$ yum repolist

epel저장소가 없다면

# yum install epel-release



2. nodejs, npm 설치

# yum install npm nodejs


3. 버전 확인

$ node -v
$ npm -v



http://kwangsics.tistory.com/entry/CentOs7-nodeJs-%EC%84%A4%EC%B9%98


https://linuxize.com/post/how-to-install-node-js-on-centos-7/

반응형
이전 1 다음