Shopifyオンラインストア2.0 shopify CLI ,shopify theme serve , shopify theme check が正しく動いていない。。。

CLIのインストールもやり直しました。

Last login: Tue Sep 7 00:43:35 on ttys000

[email removed] ~ % brew tap shopify/shopify

Updating Homebrew…

==> Auto-updated Homebrew!

Updated 2 taps (shopify/shopify and homebrew/core).

==> New Formulae

abricate bioperl datree libmng rollup

airspyhf bubblewrap dotbot librespot sail

alembic cargo-llvm-lines drill lit spirv-llvm-translator

ansilove cargo-outdated esbuild locust uftrace

artillery chrpath f2 mrbayes vite

atop cilium-cli fastq-tools msgpack-cxx vue-cli

basis_universal cue [email removed] nanoflann yt-dlp

==> Updated Formulae

Updated 1222 formulae.

==> Renamed Formulae

kafkacat → kcat

==> Deleted Formulae

[email removed] [email removed] procyon-decompiler

[email removed] ~ % brew install shopify-cli

==> Installing shopify-cli from shopify/shopify

shopify-cli 2.2.2 is installed but outdated

==> Upgrading shopify/shopify/shopify-cli

2.2.2 → 2.3.0

==> Downloading https://ghcr.io/v2/homebrew/core/openssl/1.1/manifests/1.1.1l

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/openssl/1.1/blobs/sha256:ff8b2a965c680b4d9baccd60e799d0989e7dc562

==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:ff8b2a965c680b4d9baccd60e799d

######################################################################## 100.0%

==> Fetching shopify-cli from gem source

Fetching shopify-cli-2.3.0.gem

Downloaded shopify-cli-2.3.0

==> Installing dependencies for shopify/shopify/shopify-cli: [email removed]

==> Installing shopify/shopify/shopify-cli dependency: [email removed]

==> Pouring [email removed]

==> Regenerating CA certificate bundle from keychain, this may take a while…

:beer_mug: [email removed] 8,073 files, 18.5MB

==> Installing shopify/shopify/shopify-cli

==> /usr/local/opt/ruby/bin/gem install /Users/miyazakitoshikazu/Library/Caches/Homebrew/shopify-cli-2.3.0.gem --n

:beer_mug: /usr/local/Cellar/shopify-cli/2.3.0: 1,778 files, 34.3MB, built in 28 seconds

Removing: /usr/local/Cellar/shopify-cli/2.2.2… (1,843 files, 38.5MB)

==> Upgrading 1 dependent:

shopify/shopify/theme-check 1.2.0 → 1.4.0

==> Upgrading shopify/shopify/theme-check

1.2.0 → 1.4.0

==> Fetching theme-check from gem source

Fetching theme-check-1.4.0.gem

Downloaded theme-check-1.4.0

==> /usr/local/opt/ruby/bin/gem install /Users/miyazakitoshikazu/Library/Caches/Homebrew/theme-check-1.4.0.gem --n

:beer_mug: /usr/local/Cellar/theme-check/1.4.0: 655 files, 25.8MB, built in 14 seconds

Removing: /usr/local/Cellar/theme-check/1.2.0… (721 files, 30.0MB)

==> Checking for dependents of upgraded formulae…

==> No broken dependents found!

[email removed] ~ % cd Desktop/aaa

[email removed] aaa % shopify theme init

shopify theme init

? Theme name

pro

┏━━ Cloning https://github.com/Shopify/dawn.git into pro… ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

┃ 100%

┗━━ ✓ Cloned into pro ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ (1.93s) ━━

[email removed] aaa % cd pro

[email removed] pro % shopify login --store test-rev-04.myshopify.com

shopify login --store test-rev-04.myshopify.com

Logged into store test-rev-04.myshopify.com in partner organization studio Rev

[email removed] pro % shopify theme serve

shopify theme serve

This command ran with ID: 87760

Please include this information in any issues/report along with relevant logs

/usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/api.rb:78:in `block in request’: 422 (ShopifyCli::API::APIRequestClientError)

{“errors”:{“name”:[“が長すぎます (最高でも50文字以下です)”]}}

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/util.rb:172:in `retry_after’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/api.rb:86:in `request’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/admin_api.rb:92:in `block in rest_request’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/util.rb:172:in `retry_after’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/admin_api.rb:95:in `rest_request’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/theme/theme.rb:104:in `create’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/theme/development_theme.rb:26:in `ensure_exists!’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/theme/dev_server.rb:36:in `start’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/project_types/theme/commands/serve.rb:13:in `call’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/sub_command.rb:13:in `call’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/command.rb:19:in `call’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:16:in `block (2 levels) in call’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:37:in `block (2 levels) in with_logging’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-ui/lib/cli/ui/stdout_router.rb:169:in `with_id’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:36:in `block in with_logging’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-ui/lib/cli/ui.rb:176:in `log_output_to’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:35:in `with_logging’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:15:in `block in call’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:45:in `block (2 levels) in with_traps’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:55:in `twrap’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:44:in `block in with_traps’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:55:in `twrap’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:43:in `with_traps’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/executor.rb:14:in `call’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/core/executor.rb:15:in `call’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/core/entry_point.rb:24:in `block in call’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/core/monorail.rb:32:in `log’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/lib/shopify-cli/core/entry_point.rb:23:in `call’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/bin/shopify:33:in `block in <top (required)>’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/error_handler.rb:75:in `handle_abort’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/vendor/deps/cli-kit/lib/cli/kit/error_handler.rb:21:in `call’

from /usr/local/Cellar/shopify-cli/2.3.0/gems/shopify-cli-2.3.0/bin/shopify:32:in `<top (required)>’

from /usr/local/bin/shopify:6:in `load’

from /usr/local/bin/shopify:6:in `’