설치
Node.js반응형
1. 환경
Centos 7
2. 설치
[참조] http://kwangsics.tistory.com/entry/CentOs7-nodeJs-%EC%84%A4%EC%B9%98
yum list epel-release
yum install epel-release
yum repolist
yum install npm nodejs
node -v
npm -v
3. node console 실행
# node
> console.log('hello')
hello
undefined
반응형
'Node.js' 카테고리의 다른 글
Atom 설치 (0) | 2019.04.17 |
---|---|
설치 (Windows) (0) | 2019.04.16 |
내장 모듈 (0) | 2018.10.31 |
Process 객체, exports 객체 (0) | 2018.10.31 |
API (0) | 2018.10.31 |