我收到以下消息時,我嘗試在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
。有關可能是什麼問題的任何想法?
是的,這對我有效。謝謝你的幫助。 – JimF