heroku deploy failed using nodejs

后端 未结 3 1234
无人共我
无人共我 2021-02-10 19:08

I am trying to push local files to heroku and getting below error. I have my code in github

Can someone help me in this. Thanks

$ heroku buildpacks:set          


        
3条回答
  •  天涯浪人
    2021-02-10 19:51

    git init and then readding heroku remote worked

    heroku git:remote -a yourappname
    

提交回复
热议问题