Skip to content

Commit

Permalink
fiz steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-caetano committed Oct 22, 2024
1 parent c02c1e1 commit 349cf50
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,4 @@ If you need to update the [`@fastore/cli`](https://developers.vtex.com/docs/guid
yarn add @faststore/cli@latest
```

3. The following message will appear:

```bash
error Running this command will add the dependency to the workspace root rather than the workspace itself, which might not be what you want - if you really meant it, make it explicit by running this command again with the -W flag (or --ignore-workspace-root-check).
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
```
4. Run the `yarn add @faststore/cli@latest` command again and add the `-W` flag:
```bash
yarn add @faststore/cli@latest -W
```
5. Run `yarn dev` to sync the changes to your project.
3. Run `yarn dev` to sync the changes to your project.

0 comments on commit 349cf50

Please sign in to comment.