<% if (isJekyll) { %>---
title: ns doctor
position: 5
---<% } %>

# ns doctor

### Description

Checks your system for configuration problems which might prevent the NativeScript CLI from working properly for the specified platform, if configured.

### Commands

Usage | Synopsis
------|-------
General | `$ ns doctor <platform>`

<% if(isHtml) { %>

### Related Commands

Command | Description
----------|----------
[usage-reporting](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
[error-reporting](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
[autocomplete](autocomplete.html) | Prints your current command-line completion settings. If disabled, prompts you to enable it.
[help](help.html) | Lists the available commands or shows information about the selected command.
[info](info.html) | Displays version information about the NativeScript CLI, core modules, and runtimes.
[proxy](proxy.html) | Displays proxy settings.
[proxy clear](proxy-clear.html) | Clears proxy settings.
[proxy set](proxy-set.html) | Sets proxy settings.
[update](update.html) | Updates the project with the latest versions of iOS/Android runtimes and cross-platform modules.
<% } %>
