nativescript-cli
nativescript-cli copied to clipboard
Command-line interface for building NativeScript apps
I've spent hours debugging a problem with an IPA and ends ups that the CLI does not respect the `--release` flag when it does archiving. I have the following in...
### Issue Description Running unit tests on a newly created project fails when selecting "Jasmine" as the test runner: ```bash You can now run your tests: $ ns test ios...
**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:...
Thought it was time to make that big PR. It is quite impossible now to divide everything as each part depends on the other. I really hope we can make...
### Issue Description I have been trying to use nativescript for quite a while now. I was trying to use it with svelte but gave up after encountering a seeming...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...
**Environment** - CLI: 7.0.8 - Android Runtime: 7.0.0 **Describe the bug** I'm using a custom Java class to hold native objects references to share between UI thread and an worker...
**Environment** Nativescript globally installed: 6.5.0 **Describe the bug** Setting up nativescript cloud builds on a new machine is impossible as Itunes for windows download no longer includes Apple Application Support....
Debug with chrome in IntelliJ is broken with cli version > 6.7.0 Had to downgrade from latest version to 6.7.0 to get it connect again.
Hi I cant install nativescript-cli with npm when I run ```npm install nativescript -g```. I dont know what is the reason. node --version => 12.16.2 npm --version => 6.14.4 I...