Add dependency check subcommand

This commit is contained in:
thePR0M3TH3AN
2025-06-19 21:11:50 -04:00
parent 1d131d0021
commit a6c8b421be
3 changed files with 59 additions and 0 deletions

View File

@@ -18,3 +18,9 @@ If problems persist, consult the OnionShare and Tor documentation for more advan
## Electron GUI
If `npm start` fails with `spawn voxvera ENOENT`, the `voxvera` command is not in your `PATH`. Install it with `pipx install voxvera` or run `./install.sh` from the repository.
## Missing dependencies
Run `voxvera check` to see which required tools are present. The command verifies
`node`, `javascript-obfuscator`, `html-minifier-terser`, `jq`, `qrencode`,
`onionshare-cli`, and other helpers, then prints a summary of any that are
missing so you can install them.