Try Any of these methods when there is an error faced deploying a new theme. Review permissions on roles and files involved with the theme you are deploying Use a standard role (SCDeployer) then confirm if error is still reproducible with this setup Create a new custom role based on SuiteAnswers Article: “Create a Custom Role with Fetch and Deploy… Continue reading Case #4973373: Error message when deploying new SCA Theme version
Tag: theme deploy
Error: No such file or directory, stat ‘DeployDistribution/*’
The error happens in the terminal when deploying the theme/Extension. Method 1: In the terminal run, command nvm install 12.21.0 then run command gulp theme:deploy ( if the error appears in the theme ) gulp extension:deploy (if the error appears in the extension) Method 2: delete node-modules folder run command npm cache clean –force run command npm install run… Continue reading Error: No such file or directory, stat ‘DeployDistribution/*’