gpt4 book ai didi

heroku - 找不到模块 'heroku-run'

转载 作者:行者123 更新时间:2023-12-04 19:56:48 42 4
gpt4 key购买 nike

尝试运行 heroku logs 来检查错误,得到了这个:

$ heroku run rake db:migrate
! Error in heroku-run:
! Cannot find module 'heroku-run'
! See ~/.heroku/error.log for more info.

现在,每次我运行 heroku 命令时,我都会收到该消息。尝试更新 heroku,没有变化。尝试安装 heroku-run,而不是 gem。检查错误日志,它只是说同样的事情:

2016/04/09 22:51:45 Error: Cannot find module 'heroku-run'
at Function.Module._resolveFilename (module.js:339:15)
at Function.Module._load (module.js:290:25)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at Object.<anonymous> (/tmp/heroku-script-021789235:34:14)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Function.Module.runMain (module.js:447:10)

最佳答案

对于 ubuntu,我必须:

sudo aptitude purge heroku heroku-toolbelt
rm -rf ~/.heroku
wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh

在事情再次开始之前。

关于heroku - 找不到模块 'heroku-run',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36523831/

42 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com