Skip to content

Commit b3060f1

Browse files
docs: add document minimum Node.js version for CLI (supabase#40866)
* docs: add document minimum Node.js version for CLI * Update apps/docs/content/guides/local-development/cli/getting-started.mdx * Update apps/docs/content/guides/local-development/cli/getting-started.mdx * Update apps/docs/content/guides/local-development/cli/getting-started.mdx --------- Co-authored-by: Chris Chinchilla <[email protected]>
1 parent 964e4b9 commit b3060f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/docs/content/guides/local-development/cli/getting-started.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ Run the CLI by prefixing each command with `npx` or `bunx`:
6666
npx supabase --help
6767
```
6868

69+
<Admonition type="caution">
70+
71+
The Supabase CLI requires **Node.js 20 or later** when run via `npx` or `npm`. Older Node.js versions, such as 16, are not supported and fail to start the CLI.
72+
73+
</Admonition>
74+
6975
You can also install the CLI as dev dependency via [npm](https://www.npmjs.com/package/supabase):
7076

7177
```sh

0 commit comments

Comments
 (0)