Why did you push the node_modules folder??
Your .gitignore file is not correct for the application
- fix the .git.ignore file
- remove the node_modules folder
- run the
npm i command
- commit your changes
if the node_modules is included again, start from number 1 again