[エラーログ]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として選択して保存すればいいです.