Skip to content

Commit 1b7137a

Browse files
avalletecharislam
andauthored
docs: add admonition of pnpm < v10 install (supabase#36859)
* docs: add admonition of pnpm < v10 install * chore: aply rules lint * chore: fix prettier * Update apps/docs/content/guides/local-development.mdx Co-authored-by: Charis <[email protected]> * chore: apply prettier --------- Co-authored-by: Charis <[email protected]>
1 parent bae257c commit 1b7137a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

apps/docs/content/guides/local-development.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Develop locally while running the Supabase stack on your machine.
2727
pnpm add supabase --save-dev --allow-build=supabase
2828
```
2929

30+
<Admonition type="note">
31+
32+
The `--allow-build=supabase` flag is required on pnpm version 10 or higher. If you're using an older version of pnpm, omit this flag.
33+
34+
</Admonition>
35+
3036
</TabPanel><TabPanel id="brew" label="brew">
3137

3238
```sh

supa-mdx-lint/Rule003Spelling.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ allow_list = [
320320
"ngrok",
321321
"node-postgres",
322322
"npm",
323+
"pnpm",
323324
"npmrc",
324325
"npx",
325326
"ns",

0 commit comments

Comments
 (0)