ness doctor
Diagnoses the current Ness application and exits unsuccessfully when a required check fails.
ness doctor
The command verifies:
- Node.js satisfies the minimum version
package.jsonexists- a compatible
@nessframework/coreis installed - a compatible
@nessframework/nestis installed ness.config.mjs(or a legacy Vite configuration) is presentapp/rootexists- the application route directory exists
- the Nest root module exists at
app/server/app.module
Use it in bug reports and CI diagnostics. For operating-system and installed-tool versions, use ness info.