Skip to content

Instantly share code, notes, and snippets.

@bxmas13
Created August 22, 2018 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bxmas13/4a23f34d219dd542bb8ded480fa5ea25 to your computer and use it in GitHub Desktop.
Save bxmas13/4a23f34d219dd542bb8ded480fa5ea25 to your computer and use it in GitHub Desktop.
Shopify Slate Windows 10 Install - WSL Ubuntu
Found that the command 'yarn create slate-theme my-new-theme' does not work 100% with Windows Command Prompt or Powershell
Ubuntu Bash in Windows makes Slate setup easy.
Run the following commands:
1. npm i -g @shopify/slate@latest
2. slate t YOUR-ThemeName
3. slate s (*inside YOUR-ThemeName directory*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment