From 672b9f6e61b4850d2958968764687cd8ffb019a0 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 1 Mar 2021 10:32:54 +0400 Subject: [PATCH] npm version 7 required --- README.md | 3 ++- package.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ca832e..ab4ca81 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ VAPARA-VUE3 =========== Vapara is frontend application for online shop. -Based on Vue3, it relies on Dolibarr's API calls +Based on Vue3, it relies on Dolibarr's API calls. +`npm` version 7 required! HOW TO RUN ---------- diff --git a/package.json b/package.json index 3cc67d6..462d90b 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "preview": "vite preview", "linter": "eslint --ext .js,.ts,.vue --ignore-pattern \"*.d.ts\" src" }, + "engines": { + "npm": ">7" + }, "dependencies": { "typescript": "4.1.x", "vue": "3.x"