Skip to content

Instantly share code, notes, and snippets.

@stilyng94
Created July 28, 2021 14:30
Show Gist options
  • Save stilyng94/0625bcd5b0a19ce862deb1debf449384 to your computer and use it in GitHub Desktop.
Save stilyng94/0625bcd5b0a19ce862deb1debf449384 to your computer and use it in GitHub Desktop.
Install Shopify cli on Windows Sub-system For Linux (WSL)
sudo apt update
sudo apt-get update
sudo apt install nodejs
sudo apt-get install ruby-full
sudo apt-get install build-essential
sudo apt-get install bison openssl curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libxml2-dev autoconf libc6-dev ncurses-dev automake libtool
sudo gem install shopify-cli
@knoxcard2
Copy link

knoxcard2 commented Feb 11, 2022

I am using WSL under Windows 10

root@DESKTOP-QSMNQGF:/etc/nginx/domains/payexchange.io# shopify version
✗ An unexpected error occured.
        To submit an issue include the stack trace.
        To print the stack trace, add the environment variable SHOPIFY_CLI_STACKTRACE=1.

? Send an anonymized error report to Shopify? (Choose with ↑ ↓ ⏎, filter with 'f')
> 1. Yes, send
  2. No, don't send

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment