Reference
Updated June 20, 2026Troubleshooting
Start with `doctor`, then narrow the problem to authorization, workspace state, server selection, or pending generated changes.
Command not found
Confirm the CLI can run through npx, or install it globally.
Terminal
$ npx @nepopsx/cli --help
$ npm install -g @nepopsx/cli
Workspace is invalid or nothing renders
Run doctor from the repository root. Then preview sync to see whether NEPOPSX has any pending output and which files it intends to change.
Terminal
$ nepopsx doctor
$ nepopsx sync --preview
Wrong backend endpoint
Inspect the effective endpoint and remove a stale workspace override if necessary.
Terminal
$ nepopsx server show
$ nepopsx server clear
Scan was interrupted
Resume from cached service results instead of starting the full analysis again.
Terminal
$ nepopsx scan --resume



