Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit d3f4184

Browse files
authored
add troubleshooting docs (#39)
1 parent 8b6a120 commit d3f4184

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ A typical Framework project looks like this:
5555
| `npm run deploy` | Deploy your app to Observable |
5656
| `npm run clean` | Clear the local data loader cache |
5757
| `npm run observable` | Run commands like `observable help` |
58+
59+
## Troubleshooting
60+
61+
In case the dashboard shows stale data, it can help to delete its cache:
62+
63+
```console
64+
rm -rf src/.observablehq
65+
```

0 commit comments

Comments
 (0)