Error: Cannot find module '../build/Release/bson' 오류가 뜨면
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
윈도에서는 보지 못한 이런 오류가 맥에서는 뜬다.
node서버는 정상적으로 구동되지만 신경쓰인다면 명령어 라인 개발자 도구를 설치하자.
터미널에서
xcode-select --install
명령을 실행한다.
js-bson: Failed to load c++ bson extension, using pure JS version
node서버는 정상적으로 구동되지만 신경쓰인다면 명령어 라인 개발자 도구를 설치하자.
명령어 라인 개발자도구 설치하기
터미널에서
xcode-select --install
명령을 실행한다.
명령어라인 개발자도구 설치창에서 설치버튼을 누른다.
node_module 삭제 후 다시 받기
설치가 완료되면
터미널에서 프로젝트 폴더로 이동후
rm -rf node_modules
npm cache clean
npm install
명령으로 node_module을 삭제하고 다시 모듈을 설치한다.
다시 실행하면 오류메세지가 안나온다.
무료다운로드: https://apzw3.app.goo.gl/sheet
댓글