From 961462fe5411cf4656fe148bae651ee9f4921887 Mon Sep 17 00:00:00 2001 From: nourisk <35966675+adrien-pw@users.noreply.github.com> Date: Wed, 7 Oct 2020 08:19:39 +0200 Subject: [PATCH] Update package.json (#32) The "vue" and "vue-template[..]" versions not being the same, this has the effect of breaking the "npm run prod" command with error "version missmatch". For people who have already installed it, just change the version then "npm install" and that should solve the problem. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dcc8e836..52db43d6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lodash": "^4.17.20", "node-sass": "^4.14.1", "vee-validate": "^3.3.9", - "vue": "^2.6.10", + "vue": "^2.6.11", "vue-feather-icons": "^5.1.0", "vue-i18n": "^8.21.0", "vue-router": "^3.4.3",