heroku: no default language could be detected for this app

后端 未结 11 785
予麋鹿
予麋鹿 2020-12-03 22:40

First time using Heroku. Trying to push. I have run the command:

heroku create --buildpack heroku/python

and it displayed

$ hero         


        
11条回答
  •  爱一瞬间的悲伤
    2020-12-03 23:13

    In my case I was in a sub git folder. When I looked at the root .git folder - the project indeed didn't had a package.json file - so heroku could not identify the webpack

提交回复
热议问题