docs: fix installation version of packages (#8177)
This commit is contained in:
@@ -27,7 +27,7 @@ The Local File Module is installed by default in your application.
|
||||
To install the Local File Module Provider, run the following command in the directory of your Medusa application:
|
||||
|
||||
```bash npm2yarn
|
||||
npm install @medusajs/file-local-next
|
||||
npm install @medusajs/file-local-next@preview
|
||||
```
|
||||
|
||||
Next, add the module into the `providers` array of the File Module:
|
||||
|
||||
@@ -73,7 +73,7 @@ The S3 File Module Provider integrates Amazon S3 and services following a compat
|
||||
To install the S3 File Module Provider, run the following command in the directory of your Medusa application:
|
||||
|
||||
```bash npm2yarn
|
||||
npm install @medusajs/file-s3
|
||||
npm install @medusajs/file-s3@preview
|
||||
```
|
||||
|
||||
Next, add the module into the `providers` array of the File Module:
|
||||
|
||||
Reference in New Issue
Block a user