diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 49ea42f..205d930 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "npm install", + "postCreateCommand": "sudo apt-get update -y; sudo apt-get install -y xdg-utils; nvm install; npm install", // Configure tool-specific properties. "customizations": {