无法为我的 shopify 商店使用主题手表
Can not use theme watch for my shopify store
每次我尝试命令“theme watch”时,它都会向我发送此错误:
[development] This is the live theme on Nhan's test store. If you wish
to make changes to it, then you will have to pass the --allow-live
flag cannot make changes to a live theme without an override
我该如何解决?
你只需要在主题监视的末尾添加--allow-live
。所以完整的命令应该是:
theme watch --allow-live
每次我尝试命令“theme watch”时,它都会向我发送此错误:
[development] This is the live theme on Nhan's test store. If you wish to make changes to it, then you will have to pass the --allow-live flag cannot make changes to a live theme without an override
我该如何解决?
你只需要在主题监视的末尾添加--allow-live
。所以完整的命令应该是:
theme watch --allow-live