#heroku
#heroku
Вопрос:
это моя папка на сервере: https://github.com/Yokubjon-J/react-chat-testSuite/tree/master/server . всякий раз, когда я запускаю «git push heroku master», я получаю сообщение об ошибке ниже:
Total 866 (delta 199), reused 0 (delta 0), pack-reused 0
remote: Compressing source files... done.
remote: Building source:
remote:
remote: ! No default language could be detected for this app.
remote: HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
remote: See https://devcenter.heroku.com/articles/buildpacks
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to my-first-react-chat-app.
remote:
To https://git.heroku.com/my-first-react-chat-app.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/my-first-react-chat-app.git'
Я просмотрел несколько ответов stackoverflow безрезультатно.
Есть предложения?
Я установил пакеты сборки, набрал «web: node index.js » в procfile, но ничего из этого не помогло
Ответ №1:
Я побежал cd ..
, а затем git subtree push --prefix server heroku master
. таким образом, проблема была решена. Для справки: https://dev.to/stlnick/how-to-deploy-a-full-stack-mern-app-with-heroku-netlify-ncb