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):
Describe the bug
After using tns migrate for a project with Vue 2.2, nativescript-vue-template-compiler package is not updated - its still ~2.2
To Reproduce
$ tns create myApp --template [email protected]
$ cd myApp
$ tns migrate
# now check the project's package.json - `nativescript-vue-template-compiler` version is still 2.2, while it should be 2.3
Expected behavior
After migrate, the nativescript-vue-template-compiler package should be migrated. In case it is not installed in the project before calling tns migrate, the migrate command should not add it.
Additional context
WORKAROUND: npm i --save-dev nativescript-vue-template-compiler@~2.3
The text was updated successfully, but these errors were encountered:
rosen-vladimirov
changed the title
tns migrate should update nativescript-vue-compilertns migrate should update nativescript-vue-template-compiler
Jul 18, 2019
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):Describe the bug
After using
tns migrate
for a project with Vue 2.2,nativescript-vue-template-compiler
package is not updated - its still ~2.2To Reproduce
Expected behavior
After migrate, the
nativescript-vue-template-compiler
package should be migrated. In case it is not installed in the project before callingtns migrate
, the migrate command should not add it.Additional context
WORKAROUND:
npm i --save-dev nativescript-vue-template-compiler@~2.3
The text was updated successfully, but these errors were encountered: