[エラーログ]Heroku-「Push rejected,failed to compile Node.js app...」
remote: -----> Build failed
remote:
remote: We're sorry this build is failing! You can troubleshoot common issues here:
remote: https://devcenter.heroku.com/articles/troubleshooting-node-deploys
remote:
remote: Some possible problems:
remote:
remote: - Node version not specified in package.json
remote: https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version
remote:
remote: Love,
remote: Heroku
remote:
remote: ! Push rejected, failed to compile Node.js app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to nemo-movie-app.
remote:
To https://git.heroku.com/...
! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/...'
heroku buildpacks
コマンドでbuildpackがインストールされているかどうかを確認します.Node.js buildpackが表示されない場合は、インストールされていません.アプリケーションのSettingsに入り、Buildpacksセクションに入ります.
「Add buildpacks」をクリックします.
nodejsとして選択して保存すればいいです.
Reference
この問題について([エラーログ]Heroku-「Push rejected,failed to compile Node.js app...」), 我々は、より多くの情報をここで見つけました https://velog.io/@nemo/heroku-error-buildpack-nodejsテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol