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
Description
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
- tns create TestApp --vue
- npm i tns-core-modules@next --save
- npm i nativescript-dev-webpack@next --save-dev
- node_modules/.bin/update-ns-webpack --deps --configs
- npm i NativeScript-vue@next
6 .tns platform add ios@next - tns run iOS
- 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