Shopify's Slate successfully installed, but no commands work. Any solution?
I'm following a tutorial about custom Shopify themes. I've created a repo with my theme files. I've created a new project with npm init, no problem there. I've then installed Slate with npm install @shopify/slate --save, again without any issues.…