-
-
Notifications
You must be signed in to change notification settings - Fork 260
Closed
Labels
Description
Version
2.1.0
Reproduction link
unnecessary
Platform and OS info
nativescript-vue 2.1.0 NativeScript 5.2.4
Steps to reproduce
Follow the tutorial from https://nativescript-vue.org/en/docs/getting-started/quick-start/ to build a new nativescript-vue application:
- vue init nativescript-vue/vue-cli-template
- cd
- npm install (or yarn)
- tns run android --bundle
What is expected?
Builds and runs
What is actually happening?
nativescript-vue throws an error expecting --bundle to be passed: Unable to apply changes on device: 9885e6485838483144. Error is: Nativescript-vue doesn't work without --bundle option. Please specify --bundle option to the command and execute it again.
Downgrade to 2.0.2 fails, but if I reinstall with 2.0.2 directly it works properly. After upgrading to 2.1.0, it fails again.
issue creation frontend did not allow me to select version 2.1.0
alangecker, ExcelNet-Public and doughensel