Problem with Heroku and reactjs

0

I'm having a problem wanting to do push heroku master since trying to do push I get the following message:

How can I deploy my app made with react in heroku?

Thanks

    
asked by Karkuler 11.05.2018 в 15:17
source

1 answer

0

Check that the buildpack is set correctly, check the heroku documentation the supports that they give him. And to set, for example node, do the following:

heroku buildpacks:set heroku/nodejs
    
answered by 11.05.2018 в 15:58