뭐 내용 보면 node 실행 파일을 못찾았다 이런 내용인데
nodeclipse 설정의 파일 path 봐도 맞고
node 파일 및 폴더 권한 봐도 맞고
뭐징? 하는데 처리 방법이 있더라.
아래는 내가 해본 내용들
- node 버전 확인 및 path variable 등록 되었나 확인
- node -v
- 권한 변경
- chmod 755 /usr/local/bin
- chmod 755 /usr/local/bin/node
- 해결책
- Eclipse 패키지 내의 eclipse.ini 에 아래 내용 등록
- -Dorg.eclipse.wildwebdeveloper.nodeJSLocation=/usr/local/bin/node
끝.
아래 내용은 검색 되라고 오류내용 풀어 씀.
Missing node.js
Could not find node.js. This will result in editors missing key features.
Please make sure node.js is installed and that your PATH environment variable
contains the location to the 'node' executable.