2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Shopify】Windows11環境でのShopify CLI3系のインストール手順

Last updated at Posted at 2024-11-08

別環境でshopify CLIを使うことになったのでインストール手順のメモ

環境

Windows11

Rubyのインストール

バージョン確認

ターミナル
ruby -v

Rubyが入っていなければインストール
https://rubyinstaller.org/downloads/

Gitのインストール

バージョン確認

ターミナル
git --version

入っていなければインストール
https://gitforwindows.org/

Node.jsのインストール

バージョン確認

ターミナル
node -v

入っていなければインストール
https://nodejs.org/en

Bundlerのインストール

バージョン確認

ターミナル
bundle -v

入っていなければインストール

ターミナル
gem install bundler

Shopify CLIのインストール

念の為バージョン確認

ターミナル
shopify version

npmコマンドでインストール

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

※3系のインストール

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?