nativescript
Version:
Command-line interface for building NativeScript projects
41 lines (30 loc) • 1.53 kB
Markdown
<% if (isJekyll) { %>---
title: ns update
position: 16
---<% } %>
Updates the project with the latest versions of iOS/Android runtimes, cross-platform modules and "@nativescript/webpack".
In order to get the latest development release instead, pass `next` as argument:
`ns update next`
You can also switch to specific version by passing it to the command:
`ns update 5.0.0`
**NOTE:** The provided version should be an existing version of the project template for this project type.
Usage | Synopsis
------|-------
General | `$ ns update`
<% if(isHtml) { %>
Command | Description
----------|----------
[ ](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
[ ](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
[ ](autocomplete.html) | Prints your current command-line completion settings. If disabled, prompts you to enable it.
[ ](help.html) | Lists the available commands or shows information about the selected command.
[ ](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
[ ](proxy.html) | Displays proxy settings.
[ ](proxy-clear.html) | Clears proxy settings.
[ ](proxy-set.html) | Sets proxy settings.
[ ](update.html) | Updates the project with the latest versions of iOS/Android runtimes and cross-platform modules.
<% } %>