From e022036f1e83ae53102500fc4799240d3cc32698 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Fri, 3 Jun 2022 18:51:14 +0000 Subject: [PATCH] Simplify --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1644951..67df0e2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,5 +28,5 @@ }, "chuxel/devcontainer-features/googlechrome": "latest" }, - "postCreateCommand": "sudo chmod -R g+rw /usr/local/share/nvm/versions && . /usr/local/share/nvm/nvm.sh && npm install -g @devcontainers/cli" -} \ No newline at end of file + "postCreateCommand": "sudo chmod -R g+rw /usr/local/share/nvm/versions && npm install --location=global @devcontainers/cli npm" +}