How to Setup Shopify CLI on windows 10

How to Setup Shopify CLI on windows 10

If you are having stack trace or SHOPIFY_CLI_STACKTRACE=1 kind of errors then this might fix your issue.

Install the following or make sure all are installed

  1. Node & NPM
    https://nodejs.org/en/download/
    To check on cmd: node -v, npm -v
  2. Install Ruby and Rubygems
    https://www.ruby-lang.org/en/downloads/
    https://rubygems.org/
    To check: ruby -v, gem -v
  3. Install Git SCM version
    https://git-scm.com/downloads
    Command: git –version
  4. Install Shopify CLI on command prompt
    gem install shopify-cli
    To check: shopify version
Next Post
Setup PHP 7.3/mysql/mariadb/phpmyadmin on Ubuntu 20.04 [Digitalocean Droplet]