1
我在Ubuntu機器上安裝了節點0.10.8。在NodeJS中安裝Mongoose 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)
請告訴我這個錯誤?
之後安裝會停止嗎?如果是,請檢查文件'/ ___/node_modules/mongoose/node_modules/mongodb/node_modules/bson/builderror.log'的內容,它應該包含更多信息。 – robertklep
'buildererror.log'只包含2行:'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' –
它沒有停止... –