2020년 2월 27일 목요일

Mac OS Nodeclipse 'node' 찾지 못할때

eclipse 에 nodeclipse 설치 후 js 파일 열면 아래와 같은 오류 메세지가 발생 했다.










뭐 내용 보면 node 실행 파일을 못찾았다 이런 내용인데
nodeclipse 설정의 파일 path 봐도 맞고
node 파일 및 폴더 권한 봐도 맞고
뭐징? 하는데 처리 방법이 있더라.

아래는 내가 해본 내용들


  1. node 버전 확인 및 path variable 등록 되었나 확인
    • node -v
  2. 권한 변경
    • chmod 755 /usr/local/bin
    • chmod 755 /usr/local/bin/node
  3. 해결책
    • 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.


댓글 없음:

댓글 쓰기