在调用部署过程时出现meteor up bcrypt错误

时间:2015-01-20 05:51:03

标签: node.js ubuntu meteor

我正在使用meteor up软件包部署我的流星项目Ubuntu 14.04 LTS。 我有这个错误。我在代理后面,所以我添加了代理设置。 wget http://nodejs.org/dist/v0.10.35/node-v0.10.35.tar.gz运行正常。不明白这里有什么问题。

[192.168.81.206]✘调用部署过程:FAILED

-----------------------------------STDERR-----------------------------------
Warning: Permanently added '192.168.81.206' (ECDSA) to the list of known hosts.
gyp info it worked if it ends with ok
gyp info using node-gyp@1.0.2
gyp info using node@0.10.35 | linux | x64
gyp http GET http://nodejs.org/dist/v0.10.35/node-v0.10.35.tar.gz
gyp WARN install got an error, rolling back install
gyp ERR! configure error 
gyp ERR! stack Error: getaddrinfo ENOTFOUND
gyp ERR! stack     at errnoException (dns.js:37:11)
gyp ERR! stack     at Object.onanswer [as oncomplete] (dns.js:124:16)
gyp ERR! System Linux 3.13.0-32-generic
gyp ERR! command "node" "/usr/local/bin/node-gyp" "rebuild"
gyp ERR! cwd /opt/mce/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt
gyp ERR! node -v v0.10.35
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok 
-----------------------------------STDOUT-----------------------------------
=> re-installing binary npm module 'bcrypt' of package 'npm-bcrypt'
------------------------------------------------------------------------

0 个答案:

没有答案