diff --git a/.devcontainer.json b/.devcontainer.json index 5802f100c1c..d7ae27d0081 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -10,5 +10,5 @@ { "mode": "auto" } ] }, - "postCreateCommand": "apt-get update && export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli" + "postCreateCommand": "export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli && npm install" } \ No newline at end of file