Skip to content

Commit 88cb545

Browse files
authored
Merge pull request #75 from supabase-community/docs/readme
docs: update readme.md with troubleshooting information for npm installs
2 parents d520e83 + 915e0a6 commit 88cb545

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,19 @@ The PostgREST MCP server allows you to connect your own users to your app via RE
204204
- [**Model Context Protocol**](https://modelcontextprotocol.io/introduction): Learn more about MCP and its capabilities.
205205
- [**From development to production**](/docs/production.md): Learn how to safely promote changes to production environments.
206206

207+
## For developers
208+
209+
This repo uses npm for package management, and the latest LTS version of Node.js.
210+
211+
Clone the repo and run:
212+
213+
```
214+
npm install --ignore-scripts
215+
```
216+
217+
> [!NOTE]
218+
> On recent versions of MacOS, you may have trouble installing the `libpg-query` transient dependency without the `--ignore-scripts` flag.
219+
207220
## License
208221

209222
This project is licensed under Apache 2.0. See the [LICENSE](./LICENSE) file for details.

0 commit comments

Comments
 (0)