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):
$ nsc info
✔ Getting NativeScript components versions information...
✔ Component nativescript has 7.0.7 version and is up to date.
✔ Component @nativescript/core has 7.0.1 version and is up to date.
✔ Component @nativescript/ios has ~7.0.0 version and is up to date.
✔ Component @nativescript/android has 7.0.0 version and is up to date.
Describe the bug
Upon compile ng build <myproj> --prod I get the following ...
ERROR: node_modules/@nativescript/core/application/index.d.ts:60:42 - error TS1039: Initializers are not allowed in ambient contexts.
60 export let autoSystemAppearanceChanged = true;
To Reproduce
Expected behavior
Sample project
Additional context
The text was updated successfully, but these errors were encountered:
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):$ nsc info
✔ Getting NativeScript components versions information...
✔ Component nativescript has 7.0.7 version and is up to date.
✔ Component @nativescript/core has 7.0.1 version and is up to date.
✔ Component @nativescript/ios has ~7.0.0 version and is up to date.
✔ Component @nativescript/android has 7.0.0 version and is up to date.
Describe the bug
Upon compile
ng build <myproj> --prod
I get the following ...To Reproduce
Expected behavior
Sample project
Additional context
The text was updated successfully, but these errors were encountered: