使用shopify cli开发主题 在执行shopify theme dev命令出现以下报错
我用shopify theme info查询其他应用的版本都是正常的
我执行这个都报错了,大佬知道是怎么回事吗?
shopify theme list
╭─ error ──────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Unknown error connecting to your store xxxx.myshopify.com: The user aborted a request. │
│ │
│ To investigate the issue, examine this stack trace: │
│ at fetchApiVersions │
│ (Users/1/.nvmd/versions/18.20.2/node_modules/@shopify/cli/dist/index.js:167669) │
│ at processTicksAndRejections (node:internal/process/task_queues:95) │
│ at async supportedApiVersions │
│ (Users/1/.nvmd/versions/18.20.2/node_modules/@shopify/cli/dist/index.js:167659) │
│ at async fetchLatestSupportedApiVersion │
│ (Users/1/.nvmd/versions/18.20.2/node_modules/@shopify/cli/dist/index.js:167655) │
│ at async adminRequestDoc │
│ (Users/1/.nvmd/versions/18.20.2/node_modules/@shopify/cli/dist/index.js:167636) │
│ at async fetchThemes │
│ (Users/1/.nvmd/versions/18.20.2/node_modules/@shopify/cli/dist/index.js:167728) │
│ at async fetchStoreThemes │
│ (Users/1/.nvmd/versions/18.20.2/node_modules/@shopify/cli/dist/index.js:169636) │
│ at async list │
│ (Users/1/.nvmd/versions/18.20.2/node_modules/@shopify/cli/dist/index.js:172687) │
│ at command (Users/1/.nvmd/versions/18.20.2/node_modules/@shopify/cli/dist/index.js:172715) │
│ at run (Users/1/.nvmd/versions/18.20.2/node_modules/@shopify/cli/dist/index.js:166441)