wes_w
01/23/2024, 4:27 PM[11:24:37] Preparing content to deploy in DeployDistribution...
[11:24:37] 'startDeploy' errored after 44 s
[11:24:37] Error in task gulp theme:deploy
Error Message
ENOENT: no such file or directory, stat 'DeployDistribution/*'
Error Details
errno: -4058
syscall: stat
code: ENOENT
path: DeployDistribution/*
[11:24:37] 'theme:deploy' errored after 1.22 min
I tried creating the DeployDistribution folder in the root, and it still gives the same error... Where does this folder go?Steve Goldberg
01/23/2024, 4:33 PMSteve Goldberg
01/23/2024, 4:34 PMgulp clear
and then gulp theme:deploy
againwes_w
01/23/2024, 5:06 PMwes_w
01/23/2024, 5:07 PMgulp clean
?wes_w
01/23/2024, 5:08 PMPS C:\Users\wwinters\git\Threads-3.4.1> gulp clean
Using gulp distro.
[12:08:04] Using gulpfile ~\git\Threads-3.4.1\gulpfile.js
[12:08:04] Starting 'clean'...
[12:08:04] 'clean' errored after 2.61 ms
[12:08:04] Error: ENOENT: no such file or directory, stat '.nsdeploy tmp LocalDistribution DeployDistribution .nsdeploy'
at Object.statSync (node:fs:1536:3)
at __node_internal_ (node:internal/fs/utils:793:8)
at Object.rmdirSync (node:fs:1156:15)
at C:\Users\wwinters\git\Threads-3.4.1\gulp\tasks\clean.js:19:7
at taskWrapper (C:\Users\wwinters\git\Threads-3.4.1\node_modules\undertaker\lib\set-task.js:13:15)
at bound (node:domain:421:15)
at runBound (node:domain:432:12)
at asyncRunner (C:\Users\wwinters\git\Threads-3.4.1\node_modules\async-done\index.js:55:18)
at processTicksAndRejections (node:internal/process/task_queues:78:11)
wes_w
01/23/2024, 5:09 PMPS C:\Users\wwinters\git\Threads-3.4.1> node -v
v16.13.1
PS C:\Users\wwinters\git\Threads-3.4.1> gulp -v
CLI version: 2.3.0
Local version: 4.0.2
Steve Goldberg
01/23/2024, 5:23 PMSteve Goldberg
01/23/2024, 5:27 PMwes_w
01/23/2024, 5:29 PMwes_w
01/23/2024, 5:29 PMSteve Goldberg
01/23/2024, 5:31 PMwes_w
01/23/2024, 5:32 PMwes_w
01/23/2024, 5:33 PMSteve Goldberg
01/23/2024, 6:12 PMwes_w
01/23/2024, 6:49 PM