Skip to content

Commit

Permalink
docs: updated a troubleshoot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Apr 15, 2024
1 parent 71c0199 commit 4219784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ To test your new Chromatic pipeline, follow these steps:

### Troubleshoot issues

If you encounter `pnpm-lock.yaml [file] (not found)` when executing the Chromatic pipeline, ensure that the pipeline point to the exact location of your project `package-lock.yaml` file. For example, if your `package-lock.yaml` is nested under a `/frontend` nested path, update `key: '"pnpm" | "$(Agent.OS)" | pnpm-lock.yaml'` for `key: '"pnpm" | "$(Agent.OS)" | $(System.DefaultWorkingDirectory)/frontend/pnpm-lock.yaml'`.
If you encounter `pnpm-lock.yaml [file] (not found)` when executing the Chromatic pipeline, ensure that the pipeline point to the exact location of your project `package-lock.yaml` file. For example, if your `package-lock.yaml` is nested under a `/frontend`, update `key: '"pnpm" | "$(Agent.OS)" | pnpm-lock.yaml'` for `key: '"pnpm" | "$(Agent.OS)" | $(System.DefaultWorkingDirectory)/frontend/pnpm-lock.yaml'`.

If you encounter any other issues with the Chromatic pipeline, follow these steps:

Expand Down

0 comments on commit 4219784

Please sign in to comment.