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" +}