From 505c8a083f51583499f4b6bd044e8cc88899d81e Mon Sep 17 00:00:00 2001 From: Konstantin Lepeshenkov <5447190+scale-tone@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:20:00 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8727b69..e24d02d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,5 +8,5 @@ ] } }, - "updateContentCommand": "npm i -g azure-functions-core-tools && npm i" -} \ No newline at end of file + "updateContentCommand": "npm i -g azure-functions-core-tools && npm i --legacy-peer-deps" +}