nativescript-cli
nativescript-cli copied to clipboard
Command-line interface for building NativeScript apps
Version: webpack 4.27.1 Time: 45160ms Built at: 27/08/2020 9:18:08 am Asset Size Chunks Chunk Names bundle.js 365 KiB bundle [emitted] bundle fonts/fa-brands-400.ttf 131 KiB [emitted] fonts/fa-regular-400.ttf 39.1 KiB [emitted] fonts/fa-solid-900.ttf...
Ok so to get sourcemaps fully working with Sentry, i have to modify quite a few things: - change the location of sourcemaps (like with hidden sourcemaps) - force `sourceMappingURL`...
**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:...
**Environment** Component nativescript has 7.2.0 version and is up to date. ✔ Component @nativescript/core has 7.2.1 version and is up to date. ✔ Component @nativescript/ios has 7.2.0 version and is...
**Is your feature request related to a problem? Please describe.** In order to provide inline (C) functions support we need exported symbols .txt file so the functions are accessible. **Describe...
_From @mutazmq on October 14, 2017 18:33_ I'm developing an iOS app but I'm still getting the Nativescript splash screen even though I did the following: 1. Changed all images...
Unable to run tests - command tns test android showing error: ReferenceError: window is not defined
**Environment** - CLI: 6.8.0 - Cross-platform modules:6.3.2 - Android Runtime:6.5.3 - iOS Runtime:6.5.4 - XCode Version:12.3 - Plugin(s): { "dependencies": { "@angular/animations": "~8.2.0", "@angular/common": "~8.2.0", "@angular/compiler": "~8.2.0", "@angular/core": "~8.2.0", "@angular/forms":...
**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): ✔ Your...
### Did you verify this is a real problem by searching the [NativeScript Forum](http://forum.nativescript.org) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)? Yes. It has been reported in: https://discourse.nativescript.org/t/installing-nativescript-from-behind-a-corporate-proxy/696 ###...
**Is your feature request related to a problem? Please describe.** I'm trying to re-implement React Native native modules as NativeScript plugins. React Native native modules typically consist of some JS/TS...