nativescript-cli icon indicating copy to clipboard operation
nativescript-cli copied to clipboard

Command-line interface for building NativeScript apps

Results 175 nativescript-cli issues
Sort by recently updated
recently updated
newest added

## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...

cla: yes

**Environment** ``` "dependencies": { "@angular/animations": "~11.2.7", "@angular/common": "~11.2.7", "@angular/compiler": "~11.2.7", "@angular/core": "~11.2.7", "@angular/forms": "~11.2.7", "@angular/platform-browser": "~11.2.7", "@angular/platform-browser-dynamic": "~11.2.7", "@angular/router": "~11.2.7", "@nativescript/angular": "~11.8.0", "@nativescript/core": "~8.0.0", "@nativescript/theme": "~3.0.1", "reflect-metadata": "~0.1.13", "rxjs": "^6.6.7",...

needs more info

**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...

unit testing
os: android

environment: - NativeScript: 5.3.4 - Node: 10.15.3 - MacOS Mojave: 10.14.3 - Android Studio: 3.4 I'm getting an error when trying to open the android emulating by running ```tns run...

─○ ns create Error while loading nativescript-cloud is: Default commands should be required before child commands Let’s create a NativeScript app! Answer the following questions to help us build the...

known limitation

_Hi, this is my first issue on Nativescript, sorry if I forgot anything and I hope this is the right place, thanks._ **Environment** - CLI: 8.0.2 - Cross-platform modules: 8.0.8...

tns --version 8.1.3 √ Up to date. tns debug android --log trace tns doctor --log trace locks in same step Collecting system information... package.json ''' { "name": "nativescript-sdk-examples-ng", "description": "NativeScript...

needs more info

Currently, there are two supported environments, release and debug. The default is debug and "--release" can be used to build a release version of the app. It would be useful...

feature
publish
build
run

**Environment** - CLI: 8.1.3 - Cross-platform modules: nativescript-angular-cli - Android Runtime: - iOS Runtime: - XCode Version: 13.0 - Plugin(s): **Describe the bug** When run command tns build ios it...

question