2016-04-08 25 views
2

我收到以下消息時,我嘗試在Heroku上加載軌控制檯:從檢查Heroku的版本Heroku的CLI錯誤 - 「cli.Spinner是不是一個函數」

→ heroku run rails console -a myapp ▸ cli.Spinner is not a function

輸出:

→ heroku --version heroku-toolbelt/3.42.47 (x86_64-darwin10.8.0) ruby/1.9.3 heroku-cli/4.29.3-7996295 (amd64-darwin) go1.6 === Installed Plugins [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] heroku-pg-extras [email protected] [email protected] [email protected] [email protected]

它在過去爲我工作,但現在我得到這個錯誤。我已經使用Heroku提供的包和brew install heroku重新安裝了Heroku CLI。我可以使用CLI登錄heroku logs -a myapp。有關可能是什麼問題的任何想法?

回答

2

您可以通過刪除〜/ .heroku目錄並運行heroku更新來解決此問題。如果你手動安裝了插件,你將不得不手動重新安裝它們。

+0

是的,這對我有效。謝謝你的幫助。 – JimF

0

該解決方案實際上在linux中工作。我旁邊的朋友有這個問題,我們只是刪除〜/ .heroku並再次運行heroku,因爲所有的文件被刪除只是安裝所有的更新。

相關問題