Fatme

Results 17 comments of Fatme

@vegaskev, You can try it using the `next` version of `@nativescript/schematics` - `ng add @nativescript/schematics@next`.

Hey @ShahnavazKazi, We're not able to reproduce your issue. Can you give us exact steps and the following information: * The content of your `package.json` file * The content of...

Hey guys, We investigated the problem and were able to reproduce the above mentioned error: ``` NativeScript debugger was not able to get inspector socket port on device 859F156F-01E4-42E9-823A-2E843CB71AAB for...

Rel to: https://github.com/angular/angular-cli/issues/15887

* The error `No Modules Updated.` is related to [this issue](https://github.com/NativeScript/nativescript-dev-webpack/issues/1060). * The error with transferring only `.hot-update.json` file is fixed [with this PR in webpack repo](https://github.com/webpack/webpack/pull/9877). However, it seems...

@HtaSophia, NativeScript CLI runs unit tests on device or emulator, not in browser. Karma supports a mode to run outside a browser in a JavaScript-only environment and that is what...

Currently CLI handles only `Module not found` errors (wrong require/import) in js/vue applications. This is due to the fact that `Module not found` errors are handled by webpack itself during...