를 설치할 때 나는 페이지 노드 모듈을 설치하고 싶습니다이 내가있어 문제입니다 :오류 페이지 노드 모듈
이Exception: Call to 'pg_config --libdir' returned exit status 1. while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure
.js:350:16)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:99:17)
gyp ERR! stack at Process._handle.onexit (child_process.js:678:10)
gyp ERR! System Windows_NT 6.1.7600
gyp ERR! command "node" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild
"
gyp ERR! cwd C:\wamp\www\googleMap\node_modules\pg
gyp ERR! node -v v0.8.14
gyp ERR! node-gyp -v v0.7.1
gyp ERR! not ok
[email protected] node_modules\pg
└── [email protected]
이 사람이 나를 도울 수 있을까요?
글쎄,'pg_config --libdir'은 명령 행에서 실행될 때 무엇을 리턴합니까? PostgreSQL 버전? 소프트웨어를 컴파일하려고하기 때문에 Microsoft Windows SDK가 설치되어 있습니까? (node.js 용 Pg 모듈의 바이너리가 없으므로 Windows에서이를 피할 수 있습니까?) –