Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 363 forks source link

yarn start not working after setup #1081

Open threeducks-ace opened 4 years ago

threeducks-ace commented 4 years ago

This repo is currently on low maintenance. See README for details

Problem

i used yarn to create the slate theme project directory and ran yarn install in the theme root, but after that when I run yarn start I get warning package.json: No license field error Command "start" not found.

this error. Any help?

drinkmorewaters commented 4 years ago

Yarn start destroys our theme now, only yarn deploy or yarn zip will work.