nodejs version controll
-
[Jenkins] Jenkins에서 React 빌드 에러: gyp verb check python checking for Python executable "python" in the PATHCICD 2022. 2. 10. 15:04
Jenkins로 리액트 프로젝트를 빌드 하는데 다음과 같은 오류가 발생하였다. gyp verb check python checking for Python executable "python2" in the PATH gyp verb `which` failed Error: not found: python2 gyp verb check python checking for Python executable "python" in the PATH gyp verb `which` failed Error: not found: python python과 python2.7 을 모두 설치 해 준 후에는 다음과 같은 에러가 발생 하였다. gyp ERR! build error gyp ERR! stack Error: `make` fai..