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
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
$ tns info
✔ Component nativescript has 6.1.0 version and is up to date.
✔ Component tns-core-modules has 6.1.0 version and is up to date.
✔ Component tns-android has 6.1.0 version and is up to date.
✔ Component tns-ios has 6.1.0 version and is up to date.
$ node --version
v10.16.0
Describe the bug
master (NativeScript/NativeScript@ca02ff1) of tns-core-modules causes app crash immediately after launch via tns run. Splash screen shows, then immediate crash without any error in the logs.
simulator/emulator should start and run without error.
Additional context
Prior to 6.1.0 this issue manifested itself in the following error:
CONSOLE ERROR file:///src/Users/ryan/projects/NativeScript/tns-core-modules/trace/trace.ts:184:30 Error: Could not load CSS from app.css: TypeError: Expected module identifier to be a string.
Issue originally spotted in a somewhat related issue NativeScript/NativeScript#7745 . Multiple people reporting this
same issue.
Not being able to run without webpack, makes it really difficult to track down and debug these type of startup/core NS problems.
Environment
Describe the bug
master(NativeScript/NativeScript@ca02ff1) oftns-core-modulescauses app crash immediately after launch viatns run. Splash screen shows, then immediate crash without any error in the logs.To Reproduce
In another tab:
Expected behavior
simulator/emulator should start and run without error.
Additional context
Prior to
6.1.0this issue manifested itself in the following error:Issue originally spotted in a somewhat related issue NativeScript/NativeScript#7745 . Multiple people reporting this
same issue.
Not being able to run without webpack, makes it really difficult to track down and debug these type of startup/core NS problems.