Cannot push my React project to Github, file size exceeds file size of 100.00MB
No need to push node_modules in git
delete node_module then push it and then
Just make a file .gitignore
in the same directory where package.json
and write
/node_modules
then try to push it
and then you can run npm install