0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Shopify】CLI 2.xから3.xへアップデート

Last updated at Posted at 2023-11-28

環境

Microsoft Windows 11 Home
Microsoft Windows [Version 10.0.22621.3155]
ruby 3.1.3
node v19.7.0

旧バージョンのアンインストール

ターミナル
gem uninstall shopify-cli

再度インストール

ターミナル
npm install -g @shopify/cli @shopify/theme

確認

ターミナル
shopify version

その他

VScodeでエラーがあったので、以下実行後アップグレードできました。

エラーメッセージ
このシステムではスクリプトの実行が無効になっているため~
ターミナル
# Set-ExecutionPolicy -ExecutionPolicy <実行ポリシー> -Scope <スコープ>
PS C:> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
ターミナル
# 確認
PS C:> Get-ExecutionPolicy
RemoteSigned
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?