$ node -v
-bash: node: command not found
라고 뜨면 설치가 안된거다.
CentOS에서는
$ yum insall nodejs
하면 된다.
근데, 이런 에러가 뜬다
> node -v
node: error while loading shared libraries: libv8.so.3: cannot open shared object file: No such file or directory
이게 먼가 했는데, 머가 설치가 안된거다.
그래서 npm을 설치 했더니 없어진다.
$ yum insall npm
하면, 100개정도 설치한다.
'컴퓨터 > 리눅스 클라우드(AWS, GCP)' 카테고리의 다른 글
리눅스 스케쥴 자동실행 cron 만들기 (0) | 2018.04.24 |
---|---|
Nodejs 업그레이드 (0) | 2018.02.23 |
Nginx 리버스 프록시(포트포워딩), nginx permission 에러 (0) | 2018.02.22 |
Nginx, php 설치 및 연동 (0) | 2018.02.22 |
Google Cloud Platform (GCP) 터미널접속(root접속) (0) | 2018.02.20 |