Skip to content

Commit 0df8a28

Browse files
committed
Update contributing doc troubleshooting
1 parent 250d7a3 commit 0df8a28

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ Run `just -l` for a list of all available commands.
3535

3636
#### Troubleshooting
3737

38-
If you run into dependency-related issues with the `justfile` commands, you may need to do one or any of the following:
38+
If you run into dependency-related issues with the `justfile` build commands, you may need to do one or any of the following:
3939

40-
- Remove `node_modules`
41-
- Upgrade `deno`
42-
- Reload all cached deno dependencies (e.g., `find . -type f \( -name "*.ts" \) -exec deno cache --reload {} +`)
40+
- Remove `node_modules` (`just clean-all`)
41+
- Reload all cached deno dependencies (`just reload-all`)
42+
43+
Note that you'll need several tools installed to run the examples. This includes `bun` and `deno`.
4344

4445
### Overview
4546

0 commit comments

Comments
 (0)