David Stillman
12/02/2020, 5:59 PMgulp theme:fetch
. When I go to gulp theme:deploy --to --create
with no modifications I'm met with the following error:
[17:11:37] 'startDeploy' errored after 4.23 min
[17:11:37] TypeError: Cannot read property 'files' of undefined
David Stillman
12/02/2020, 6:11 PMKearobi
12/02/2020, 6:15 PMDavid Stillman
12/02/2020, 6:17 PM--to
just prompts for your email/role again.Kearobi
12/02/2020, 6:20 PMDavid Stillman
12/02/2020, 6:22 PMDavid Stillman
12/02/2020, 6:23 PMdeployData.forEach(deploy => {
if (deploy === undefined) {
return
}
data.result.files = [...data.result.files, ...deploy.files];
});
Well that worked, but sure feels like a hack 😕David Stillman
12/02/2020, 6:23 PMgulp/extension-mechanism/deploy/deploy.js
Mohammad Sharaf Ali
12/02/2020, 7:16 PM--create
option the same base theme should deploy perfectly.David Stillman
12/02/2020, 8:13 PMMohammad Sharaf Ali
12/02/2020, 8:17 PMDavid Stillman
12/02/2020, 8:19 PMDavid Stillman
12/02/2020, 10:39 PMMohammad Sharaf Ali
12/03/2020, 7:07 AM