Skip to content

Commit bc2ba73

Browse files
Tigatokanthonyshew
andauthored
fix: adds callout for installation instructions for PNPM (#10100)
Refs: [10099](#10099) ### Description Adds callout for installation instructions in documentation page. --------- Co-authored-by: Anthony Shew <[email protected]>
1 parent 8016cdc commit bc2ba73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/repo-docs/getting-started/add-to-existing-repository.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ We recommend you install `turbo` both globally and into your repository's root f
6464

6565
</Tab>
6666
<Tab value="pnpm">
67+
Ensure you have created a `pnpm-workspace.yaml` file before you begin the installation. Failure to have this file will result in an error that says: ` --workspace-root may only be used inside a workspace`.
6768

6869
```bash title="Terminal"
6970
# Global install
@@ -219,9 +220,9 @@ turbo check-types build
219220
You should see terminal output like this:
220221

221222
```bash title="Terminal"
222-
Tasks: 2 successful, 2 total
223+
Tasks: 2 successful, 2 total
223224
Cached: 2 cached, 2 total
224-
Time: 185ms >>> FULL TURBO
225+
Time: 185ms >>> FULL TURBO
225226
```
226227

227228
Congratulations! **You just built and type checked your code in milliseconds**.

0 commit comments

Comments
 (0)