Hi all, I'm trying to deploy a test change to a th...
# suitecommerce
l
Hi all, I'm trying to deploy a test change to a theme in our sandbox. I've successfully ran the fetch command and made the change locally. I'm now running the deploy command and am seeing this error:
Copy code
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/*
Is there some step I'm missing? Or anyone solved this before?
• I ran the gulp theme:deploy --create command. • I've tried without --create. • I've added a DeployDistribution folder manually • I've tried running other commands listed by gulp -T • I see no other steps in the theme training videos
This line in prepare-deploy-folder.js is erroring:
Copy code
fs.rmdirSync(configs.folders.deploy + '/*', { recursive: true });
Commented out the line and it deployed...