diff options
| author | Seth Troisi <[email protected]> | 2025-06-18 11:49:59 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-18 18:49:59 +0000 |
| commit | c7a422ccdd839469a6438aac00bb57c771c8489d (patch) | |
| tree | 56b2cdb5c58441db451c9578050f68a7ff61cfbd /docs/troubleshooting.md | |
| parent | fbc79c34c9eb05dcefa4618a6863360ec2b46277 (diff) | |
GC guided review of docs (#1167)
Diffstat (limited to 'docs/troubleshooting.md')
| -rw-r--r-- | docs/troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 190b24dd..c4c28a66 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -39,7 +39,7 @@ This guide provides solutions to common issues and debugging tips. 1. Run `npm install` to ensure all dependencies are present. 2. Run `npm run build` to compile the project. -- **Error: "Operation not permitted" or "Permission denied" or similar.** +- **Error: "Operation not permitted", "Permission denied", or similar.** - **Cause:** If sandboxing is enabled, then the application is likely attempting an operation restricted by your sandbox, such as writing outside the project directory or system temp directory. - **Solution:** See [README](../README.md#sandboxing) for more information on sandboxing, including how to customize your sandbox configuration. |
