diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fa9bacc..3df1033 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,5 +22,5 @@ } }, - "postCreateCommand": "npm i lv_i18n -g" + "postCreateCommand": "npm install lv_i18n -g --no-fund" }