2013-06-18 5 views
1

노드 0.10.8이 우분투 컴퓨터에 설치되어 있습니다. NodeJS 0.10.8에 몽구스 설치

나는 몽구스 설치하려고 :

npm install mongoose 

을하지만, 터미널에 다음과 같은 메시지가 있어요 :

> [email protected] install /___/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos 
> (node-gyp rebuild 2> builderror.log) || (exit 0) 

> [email protected] install /___/node_modules/mongoose/node_modules/mongodb/node_modules/bson 
> (node-gyp rebuild 2> builderror.log) || (exit 0) 

를 뭐죠이 오류?

+0

그 후에 설치가 중지 되나요? 그렇다면'/ ___/node_modules/mongoose/node_modules/mongodb/node_modules/bson/builderror.log' 파일의 내용을 확인하십시오. 자세한 정보가 포함되어 있어야합니다. – robertklep

+0

'buildererror.log'는 단지 두 줄만 포함합니다 :'gyp http GET http : // nodejs.org/dist/v0.10.8/node-v0.10.8.tar.gz' 'gyp http 200 http : // nodejs .org/dist/v0.10.8/node-v0.10.8.tar.gz' –

+0

그것은 멈추지 않았습니다 ... –

답변

0

이것은 실제로 오류가 아닙니다. bson 및 kerberos 모듈 폴더에서 builderror.log 파일을 확인하면 로그가 비어 있음을 알 수 있습니다. MongoDB 서버 인스턴스를 스풀링하고 Node.JS 응용 프로그램을 시작하십시오. 더 이상 오류 의견이 있으면 수정 사항으로 게시하여 추가 정보를 추가하겠습니다.

동일한 정확한 문제가있었습니다. Here is a link to my StackOverflow question.