mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 21:21:21 +00:00
Fix yarn package installation command
This commit is contained in:
parent
8dee3bdf94
commit
951bcdd7bd
@ -27,8 +27,9 @@ Collection of hooks and data fetching functions to integrate Shopify in a React
|
|||||||
1. Install dependencies:
|
1. Install dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
yarn install shopify-buy
|
yarn add shopify-buy
|
||||||
yarn install -D @types/shopify-buy
|
|
||||||
|
yarn add @types/shopify-buy --dev
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Environment variables need to be set:
|
3. Environment variables need to be set:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user