We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250d7a3 commit 0df8a28Copy full SHA for 0df8a28
CONTRIBUTING.md
@@ -35,11 +35,12 @@ Run `just -l` for a list of all available commands.
35
36
#### Troubleshooting
37
38
-If you run into dependency-related issues with the `justfile` commands, you may need to do one or any of the following:
+If you run into dependency-related issues with the `justfile` build commands, you may need to do one or any of the following:
39
40
-- Remove `node_modules`
41
-- Upgrade `deno`
42
-- Reload all cached deno dependencies (e.g., `find . -type f \( -name "*.ts" \) -exec deno cache --reload {} +`)
+- Remove `node_modules` (`just clean-all`)
+- Reload all cached deno dependencies (`just reload-all`)
+
43
+Note that you'll need several tools installed to run the examples. This includes `bun` and `deno`.
44
45
### Overview
46
0 commit comments