ns install <module>
Installs all dependencies described in a valid package.json or installs a selected NativeScript development module as a dev dependency
Arguments
Name | Description |
---|
module | Specifies a NativeScript development module by path to a local directory containing a valid npm module or by name in the npm registry |
Subcommands
Name | Description |
---|
typescript | Enable TypeScript support |
Options
Name | Description |
---|
--path <directory> | Specifies the directory which contains the package.json file, if different from the current directory |
--help, -h | Show help for the install subcommand |