From 760e56f8995ca88b8de8ca4e3ea0f133dfb3dd54 Mon Sep 17 00:00:00 2001 From: MHO <17177411+Itemshopp@users.noreply.github.com> Date: Wed, 25 Aug 2021 18:39:45 +0200 Subject: [PATCH] Precised nativescript-socketio version To make it compatible with actual version of @vue/devtools --- content/docs/en/getting-started/5-vue-devtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/en/getting-started/5-vue-devtools.md b/content/docs/en/getting-started/5-vue-devtools.md index 247a4043..1114da09 100644 --- a/content/docs/en/getting-started/5-vue-devtools.md +++ b/content/docs/en/getting-started/5-vue-devtools.md @@ -14,7 +14,7 @@ Run the following command: ```shell $ cd -$ npm install --save @vue/devtools@^5.3.4 @triniwiz/nativescript-toasty @triniwiz/nativescript-socketio nativescript-vue-devtools +$ npm install --save @vue/devtools@^5.3.4 @triniwiz/nativescript-toasty @triniwiz/nativescript-socketio@4.0.1 nativescript-vue-devtools ```