stencil-cli icon indicating copy to clipboard operation
stencil-cli copied to clipboard

Stencil push problem -

Open codal-nilayp opened this issue 3 years ago • 1 comments

Error : not ok -- Error: ENOENT: no such file or directory, open '/home/circleci/repo/config.json'

I am trying to deploy with circle ci and facing the error during "stencil push" https://nimb.ws/n48La5

codal-nilayp avatar Mar 22 '22 11:03 codal-nilayp

Hi @codal-nilayp, you should run stencil commands inside theme folder. The error says, that it cannot find config.json in the path /home/circleci/repo

jairo-bc avatar Mar 22 '22 11:03 jairo-bc