Maria Endarova
Maria Endarova
**Environment** "dependencies": { "nativescript-angular": "~8.0.1", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.12", "tns-core-modules": "~6.0.0", "@angular/animations": "~9.0.0-next.8", "@angular/common": "~9.0.0-next.8", "@angular/compiler": "~9.0.0-next.8", "@angular/core": "~9.0.0-next.8", "@angular/forms": "~9.0.0-next.8", "@angular/platform-browser": "~9.0.0-next.8", "@angular/platform-browser-dynamic": "~9.0.0-next.8", "@angular/router": "~9.0.0-next.8", "rxjs": "~6.5.3", "tslib":...
**Environment** [package_json.txt](https://github.com/NativeScript/nativescript-schematics/files/3784011/package_json.txt) **Describe the bug** After updating to nativescript-dev-webpack@rc the app cannot build anymore. **To Reproduce** 1. `npm i -g @angular/cli` 2. `npm i -g @nativescript/schematics` 3. `ng new --collection=@nativescript/schematics...
nativescript cli v 5.2.0 Steps: ng new --collection=@nativescript/schematics my-mobile-app tns generate service name=my-service Fails with: RangeError: Maximum call stack size exceeded at t._error (C:\Users\endarova\AppData\Roaming\npm\node_modules\nativescript\node_modules\@nativescript\schematics-executor\dist\index.js:16:1479) at t.error (C:\Users\endarova\AppData\Roaming\npm\node_modules\nativescript\node_modules\@nativescript\schematics-executor\dist\index.js:16:1173) at t._error (C:\Users\endarova\AppData\Roaming\npm\node_modules\nativescript\node_modules\@nativescript\schematics-executor\dist\index.js:16:1479)...
**Environment** - CLI: @next - Plugin(s): nativescript-dev-webpack@next **To Reproduce** 1. `tns create app --ng` 2. `npm i nativescript-dev-webpack@next --save-dev --save-exact` 3. `node_modules/.bin/update-ns-webpack --deps --configs` 4. `tns run ios` 5. in...
**Environment** CLI: @next Plugin(s): nativescript-dev-webpack@next **Describe the bug** webpack compilation doesn't stop on syntactic errors in js/vue apps **To Reproduce** 1. `tns create js_app --js` 2. `npm i nativescript-dev-webpack@next --save-dev...
**Environment** CLI: @next Plugin(s): nativescript-dev-webpack@next **To Reproduce** **First scenario:** 1. `tns create app --ng` 2. `npm i nativescript-dev-webpack@next --save-dev --save-exact` 3. `node_modules/.bin/update-ns-webpack --deps --configs` 4. `tns run ios` 5. in...
**Environment** - CLI: 6.0.3 - Plugin(s): @angular/[email protected] **Describe the bug** Changes to component scss in angular project are not applied on windows with @angular/[email protected] and --env.aot **To Reproduce** 1. `tns...
- CLI: 6.0.3 **Describe the bug** When syncing changes in angular project with env.aot the changes are applied but there are errors in the log. **To Reproduce** 1. `tns create...
* CLI: 5.2.0 * VSCode: v.2019.2.21.1 Sometimes when you run app for first time with Launch on iOS or Test on iOS the dropdown for Team ID is not shown...
* CLI: 5.2.0 * VSCode: v.2019.2.21.1 Steps to reproduce: * tns create app1 --js * tns test init * Open app in VSCode, set breakpoint in tests/example.js file * Run...