반응형
make: g++: Command not found
npm install을 할 때, 위와 같은 에러가 발생하곤 한다. g++ 인스톨이 필요하다.
해결방법은 yum -y install gcc-g++ 로 설치. root 권한이 필요할 수 있다.
반응형
'어장 Develop' 카테고리의 다른 글
[tomcat] p12 ssl 적용 (0) | 2020.06.08 |
---|---|
[Linux] Centos Alias 설정 (0) | 2020.04.11 |
[JavaScript] timestamp convert to date type (1) | 2019.03.15 |
[Intellij] 인텔리제이 - lombok 설치 (0) | 2018.09.06 |
ibatis selectkey 사용 (1) | 2018.05.10 |