compress: { options: { archive: 'build.zip', mode: 'zip' }, files: [ { src: ['./build/**'], dest: 'ZipHere/'}, ] } Been getting that error from this, any ideas how to fix it?