Skip to content

Commit

Permalink
Update contributing doc troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus committed Feb 26, 2024
1 parent 250d7a3 commit 0df8a28
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ Run `just -l` for a list of all available commands.

#### Troubleshooting

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:

- Remove `node_modules`
- Upgrade `deno`
- 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`)

Note that you'll need several tools installed to run the examples. This includes `bun` and `deno`.

### Overview

Expand Down

0 comments on commit 0df8a28

Please sign in to comment.