【发布时间】:2020-11-13 18:48:25
【问题描述】:
获取找不到应用程序错误如下:
$ jhipster heroku
INFO! Using JHipster version installed globally
INFO! Executing jhipster:heroku
Heroku configuration is starting
✖ Could not find application: geonamesservice
✖ Run the generator again to create a new application.
identical pom.xml
force .yo-rc.json
INFO! Congratulations, JHipster execution is complete!
有人知道为什么我会收到“找不到应用程序”错误吗?
【问题讨论】:
-
代码正在查找名为“geonamesservice”的heroku 应用程序,但未找到。尝试从您的
.yo-rc.json中删除herokuAppName并再次运行jhipster heroku -
谢谢你,乔恩。我会试着和你一起回来。
-
是的,乔恩,成功了!非常感谢。