This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork40
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
project successfully prepare when xml file is broken #892
Open
Labels
Description
Environment
Provide version numbers for the following components (information can be retrieved by runningtns info
in your project folder or by inspecting thepackage.json
of the project):
- CLI: 5.4.0
Describe the bug
If your xml file is broken and you prepare a project, you will see that it will successfully build.
To Reproduce
tns create app
- change something in
main-page.xml
, for example remove>
tns prepare android/ios
- project will succesfully build. Missing
..../TestApp/app/main-page.xml has syntax errors.warningunclosed xml attribute
Expected behavior
should error in console