Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDU-13639: Update updating-the-core-package-version.mdx #1500

Merged
merged 5 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Updating the '@fastore/cli' package version"
---

mariana-caetano marked this conversation as resolved.
Show resolved Hide resolved
If you need to update the [`@fastore/cli`](https://developers.vtex.com/docs/guides/faststore/project-structure-overview#packagejson) package, follow these instructions.

> ⚠️ Since the publication of [this release note](https://developers.vtex.com/updates/release-notes/2024-09-11-faststore-cli-dependency), the `@faststore/core` package now depends on the `@faststore/cli` package. Before updating the `@faststore/cli` package, make sure to check if this package is already listed in your dependencies. If not, check out the [release note](https://developers.vtex.com/updates/release-notes/2024-09-11-faststore-cli-dependency) related to this change.

1. Open your FastStore codebase in the code editor of your preference.

2. Open the terminal and run the following:

```bash
yarn add @faststore/cli@latest
```

3. Run `yarn dev` to sync the changes to your project.

This file was deleted.

Loading