Well after going to the screeps slack i got someone to help me. Thanks so much. Turns out the issue was 2 lines on the top of my gruntfile.js that I must have copy-pasted from somewhere. These lines where: var grunt = require('grunt');var screeps = require('grunt-screeps'); After removing them the push worked. Thanks.