docs: update imports and package names across docs (#9375)
* docs: update imports and package names across docs + reference configs * generate files * fix import * change preview to rc
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
If you've installed a preview version of a package, such as `@medusajs/file-s3`, make sure its version in `package.json` is set to `preview`:
|
||||
If you've installed an `rc` version of a package, such as `@medusajs/medusa/file-s3`, make sure its version in `package.json` is set to `rc`:
|
||||
|
||||
```json title="package.json"
|
||||
"dependencies": {
|
||||
// ...
|
||||
"@medusajs/file-s3": "preview"
|
||||
"@medusajs/medusa/file-s3": "rc"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ export const metadata = {
|
||||
|
||||
## Update Medusa Version
|
||||
|
||||
While Medusa v2 is still in active development, a version is released every three hours under the `preview` tag.
|
||||
While Medusa v2 is still in active development, a version is released every three hours under the `rc` tag.
|
||||
|
||||
If you run into issues during your development, try first to remove the `node_modules` directory and `yarn.lock` file (or `package-lock.json`) and re-install the dependencies:
|
||||
|
||||
@@ -18,7 +18,7 @@ rm yarn.lock # or package-lock.json
|
||||
yarn install # or npm install
|
||||
```
|
||||
|
||||
This updates the Medusa v2 dependencies to the latest `preview` version, which may have resolved your issue.
|
||||
This updates the Medusa v2 dependencies to the latest `rc` version, which may have resolved your issue.
|
||||
|
||||
If your issue still persists, check out the troubleshooting guides below or [create a GitHub issue](https://github.com/medusajs/medusa/issues/new?assignees=&labels=status:+needs+triaging,+version:+2.0&projects=&template=bug_report_v2.md&title=).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user