Created
August 22, 2018 22:00
-
-
Save bxmas13/4a23f34d219dd542bb8ded480fa5ea25 to your computer and use it in GitHub Desktop.
Shopify Slate Windows 10 Install - WSL Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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