일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- appres
- albumbook
- otpkey
- SWIFT
- 앱리소스
- WebAuthn
- FIDO2
- 2FA
- apple
- MYSQL
- 앱스토어
- 애플
- openssl
- css
- Android
- SSH
- Xcode
- MFA
- kmip
- OTP
- Nodejs
- 인증
- 안드로이드
- SSL
- MSYS2
- 앨범북
- fido
- SwiftUI
- OSX
- git
Archives
- Today
- Total
인디노트
Centos 7.x Node.js 최신버전 설치 본문
** root 에서 작업진행
1.리눅스 버전확인
# cat /etc/*-release | uniq
CentOS Linux release 7.3.1611 (Core)
2. repl 저장소 설치
# yum install epel-release
3. node.js npm 설치
# yum install npm nodejs
4. 최신버전 업데이트 (버전관리자 사용)
# yum update openssl
# npm cache clean -f
# npm install -g n
** 특정버전 설치시
# n 6.11.0
** 최신 안정화 버전 설치시
# n stable
** 가장 최신버전 설치시
# n latest
설치 후 reboot 확인
반응형
'개발 플랫폼 및 언어 > 노드 Node & NPM' 카테고리의 다른 글
Node.js TLS plain TLS sockets (0) | 2018.11.10 |
---|---|
Node.js: Simple TCP Server & Client and Promisify the Client (0) | 2018.11.10 |
[Node.js] express-session (0) | 2018.11.02 |
C++ Addon with Node.js (0) | 2018.11.02 |
Node.js와 외부 프로그램(Java, C, C++) 연결 (bridge) (0) | 2018.11.02 |
Comments