Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Vue app crashes after sync changes in styles #943

Closed
@endarova

Description

@endarova

Environment

  • CLI: next(6.0)
  • Cross-platform modules:6.0.0-next-2019-06-17-201500-04
  • Android Runtime:6.0.0-2019-06-13-112614-01
  • iOS Runtime:6.0.0-2019-06-13-141312-01
  • Plugin(s):nativescript-vue@2.3.0-rc.0

Describe the bug
When making changes in styles section of Home.vue file app crashes

To Reproduce

  1. tns create TestApp --vue
  2. npm i tns-core-modules@next --save
  3. npm i nativescript-dev-webpack@next --save-dev
  4. node_modules/.bin/update-ns-webpack --deps --configs
  5. npm i NativeScript-vue@next
    6 .tns platform add ios@next
  6. tns run iOS
  7. In Home.vue in style section in .info style (line39), add color:red;

Expected behavior
Project is synced and style is applied.

Actual
Project is synced but crashes. Log:
log_file.txt

Additional context
Make exactly that change in the file

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions