Node js上的Heroku登录问题

时间:2018-11-20 15:29:22

标签: node.js heroku

我在heroku上很好地部署了我的应用程序,但是现在出现以下错误:

heroku: Press any key to open up the browser to login or q to exit: 
heroku: Waiting for login... done
/home/ubuntu/.local/share/heroku/client/7.18.9/node_modules/@oclif/errors/lib/index.js:29
        throw err;
        ^

Error: timed out
    at Object.error (/home/ubuntu/.local/share/heroku/client/7.18.9/node_modules/@oclif/errors/lib/index.js:22:17)
    at Timeout.setTimeout [as _onTimeout] (/home/ubuntu/.local/share/heroku/client/7.18.9/node_modules/@heroku-cli/command/lib/login.js:27:38)
    at listOnTimeout (timers.js:324:15)
    at processTimers (timers.js:268:5)

这是什么意思,我该如何摆脱呢?

1 个答案:

答案 0 :(得分:6)

我有同样的问题。我必须输入

heroku登录-i

显然-i代表交互式。我不得不在我可以访问的教程的代码中找到答案。我以为我会在这里贴这个,以防别人帮忙。希望这会有所帮助!