Brookes

Results 3 comments of Brookes

Can confirm I am still having the exact same issues. My routing is set up as such (some names changed) ```ts [ { path: 'item/:itemId', loadChildren: () => import('@libs/item').then(i =>...

@rigor789 ```json { "name": "XXX", "version": "0.0.0", "license": "MIT", "graphdoc": { "endpoint": "http://localhost:3000/graphql", "output": "./public/doc/schema" }, "scripts": { "android": "tns run android", "ios": "tns run ios", "mobile": "tns run", "preview":...

> This is where `tsconfig.tns.json` is deleted if not in a shared project > > https://github.com/NativeScript/nativescript-cli/blob/3f710eae6fce0c7ba8a45a3b5959d0bf04353e9d/lib/controllers/migrate-controller.ts#L801-L810 > > Wonder how it ended up being deleted in your project - because...