I try to create new minis app but get issue shop-minis not found:
-
run cmd `npm init @shopify/shop-mini@latest`
-
After created app name. Run
npm init devget error
I try to create new minis app but get issue shop-minis not found:
run cmd `npm init @shopify/shop-mini@latest`
After created app name. Run npm init dev get error
I assume you are not in the right directory, you need to run this in the same directory where the package.json for your mini is. If you are already there you need to run npm install before this command will work