diff --git a/docs/content/docs/1.getting-started/2.installation.md b/docs/content/docs/1.getting-started/2.installation.md index 2a9ff99c2..2fd8b76a7 100644 --- a/docs/content/docs/1.getting-started/2.installation.md +++ b/docs/content/docs/1.getting-started/2.installation.md @@ -107,6 +107,16 @@ to your project root `package.json`: } } ``` + +You may also need to clear your `node_modules` or explicitly build if +the initial install didn't do that: + +::code-group +```bash [pnpm] +pnpm rebuild better-sqlite3 sqlite3 +``` +:: + :: ## Create your First Collection