Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.21 KB

doctor.md

File metadata and controls

33 lines (25 loc) · 1.21 KB

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