Any time I run git push, a package in node_modules runs which breaks my push and I get the error you see in my git error response.
My setup is pretty basic. (Gulp,few other dependencies, and json-server) none of the other projects are trying to build their packages from git push.
I resolved this problem by deleting the package.json of json-server for now. I would still like to understand why git would/node would be forcing this to run.
Thanks anyone!