Meteor deploy Bcrypt error Invoking deployment 过程

Meteor deploy Bcrypt error Invoking deployment process

我想将流星应用程序 (v1.2) 部署到数字海洋。我正在使用 MUP with this tutorial.

当我 运行 mup deploy verbose 我得到这个错误(见下文)。我试过这个以及我在 linux 上的表现。 meteor build myAppHere --architecture os.linux.x86_64。但我仍然得到错误。

有什么想法吗?

Started TaskList: Deploy app 'myAppHere' (linux)
[162.243.58.84] - Uploading bundle
[162.243.58.84] - Uploading bundle: SUCCESS
[162.243.58.84] - Setting up Environment Variables
[162.243.58.84] - Setting up Environment Variables: SUCCESS
[162.243.58.84] - Invoking deployment process
[162.243.58.84] x Invoking deployment process: FAILED
    
    -----------------------------------STDERR-----------------------------------
    ile=node.lib',
    gyp info spawn args   '-Dmodule_root_dir=/opt/myAppHere/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt',
    gyp info spawn args   '--depth=.',
    gyp info spawn args   '--no-parallel',
    gyp info spawn args   '--generator-output',
    gyp info spawn args   'build',
    gyp info spawn args   '-Goutput_dir=.' ]
    gyp info spawn make
    gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
    gyp info ok 
    npm WARN package.json meteor-dev-bundle@0.0.0 No description
    npm WARN package.json meteor-dev-bundle@0.0.0 No repository field.
    npm WARN package.json meteor-dev-bundle@0.0.0 No README data
    stop: Unknown instance: 
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) Failed to connect to localhost port 81: Connection refused
    Latest deployment failed! Reverted back to the previous version.

你的节点版本是多少?很可能安装的 nodejs 版本是旧的。您可以在 mup.json

中尝试使用 "nodeVersion": "0.10.40"