I am trying to deploy a create-react-app to Heroku using my Github repository but I keep receiving this failed error when I deploy:
"-----> App not compatible with buildpack: https://github.com/myappname/myWebsite.git bash: /app/tmp/buildpacks/37ed7dcef0d74398ac56add743d1b21da65705805e483325eac5f7b0d4b7437ae2907af6ab6df9bd1b996f869fee5ee8c1a4984f44fe6d8051b8e2e7e2665ca8/bin/detect: No such file or directory More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure ! Push failed"
This is the first time I am deploying a react application to Heroku so if anyone can help me with this error it will be nice.