You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
√ Getting NativeScript components versions information...
√ Component nativescript has 6.1.2 version and is up to date.
√ Component tns-core-modules has 6.1.1 version and is up to date.
‼ Update available for component tns-android. Your current version is 6.1.1 and the latest available version is 6.1.2.
× Component tns-ios is not installed.
Describe the bug
tns run android --bundle keeps failing with this message:
System.err: Error: Main entry is missing. App cannot be started. Verify app bootstrap.
To Reproduce
tns run android --bundle
Expected behavior
tns run android --bundle should run smoothly as the basic steps followed from the migration doc.
Additional context
ng add @nativescript/schematics was used to for updating the existing web based project under development
The text was updated successfully, but these errors were encountered:
Hi Nikolay Tsonev,
I have my Web application which is under Development however it is good to go with NativeScript with already built usecases. The best way to see the issue is through the skype call. I have posted 2 other issues:
#2008#2009
Even these can be looked at it.
If you need to look at the code, we can go for Skype call which can help to nail down the issue.
Thanks,
Anand
________________________________
From: Nikolay Tsonev <notifications@github.com>
Sent: Monday, October 14, 2019 12:30:03 PM
To: NativeScript/nativescript-angular <nativescript-angular@noreply.github.com>
Cc: AnandkumarBShetty <anandkumar.b.shetty@outlook.com>; Mention <mention@noreply.github.com>
Subject: Re: [NativeScript/nativescript-angular] System.err: Error: Main entry is missing. App cannot be started. Verify app bootstrap. (#2010)
Hi @AnandkumarBShetty<https://github.com/AnandkumarBShetty>
Can you send us the project or sample one, where the issue can be reproduced?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2010?email_source=notifications&email_token=ANMQOWMJ7X3D5BXSCNEFEZ3QOQKHHA5CNFSM4I7Q74BKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBDQDWA#issuecomment-541524440>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANMQOWMAY7WMACMNB6WMTZDQOQKHHANCNFSM4I7Q74BA>.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):√ Getting NativeScript components versions information...
√ Component nativescript has 6.1.2 version and is up to date.
√ Component tns-core-modules has 6.1.1 version and is up to date.
‼ Update available for component tns-android. Your current version is 6.1.1 and the latest available version is 6.1.2.
× Component tns-ios is not installed.
Angular CLI: 8.3.8
Node: 10.16.0
OS: win32 x64
Angular: 8.2.9
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Package Version
@angular-devkit/architect 0.802.2
@angular-devkit/build-angular 0.802.2
@angular-devkit/build-optimizer 0.802.2
@angular-devkit/build-webpack 0.802.2
@angular-devkit/core 8.2.2
@angular-devkit/schematics 8.2.2
@angular/cli 8.3.8
@angular/http 7.2.15
@ngtools/webpack 8.2.2
@schematics/angular 8.3.8
@schematics/update 0.803.8
rxjs 6.5.3
typescript 3.5.3
webpack 4.38.0
Describe the bug
tns run android --bundle keeps failing with this message:
System.err: Error: Main entry is missing. App cannot be started. Verify app bootstrap.
To Reproduce
tns run android --bundle
Expected behavior
tns run android --bundle should run smoothly as the basic steps followed from the migration doc.
Additional context
ng add @nativescript/schematics was used to for updating the existing web based project under development
The text was updated successfully, but these errors were encountered: