我使用cloud9,并收到一条错误消息。 这是我所做的步骤。
heroku addons:create sendgrid:starter
使用Rails教程应用程序以发送电子邮件。(node:4476) [MODULE_NOT_FOUND] Error Plugin: heroku: Cannot find module '/home/ec2-user/environment/sample_app/heroku/lib/hooks/init/refresh'
module: @oclif/config@1.12.6
task: runHook init
plugin: heroku
root: /home/ec2-user/environment/sample_app/heroku
See more details with DEBUG=*
(node:4476) [MODULE_NOT_FOUND] Error Plugin: heroku: Cannot find module '/home/ec2-user/environment/sample_app/heroku/lib/hooks/init/version'
module: @oclif/config@1.12.6
task: runHook init
plugin: heroku
root: /home/ec2-user/environment/sample_app/heroku
See more details with DEBUG=*
heroku/7.21.0 linux-x64 node-v8.11.4
它大概描述了模块。 但是我找不到要调试的方法。 你能帮我吗?