Skip to content

Commit c091129

Browse files
authored
Update installation.qmd with node feature and npm commands
1 parent 10db84d commit c091129

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/installation.qmd

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ If you use VSCode with Docker to develop in a container, the following VSCode De
88

99
``` json
1010
{
11-
"name": "Python 3",
12-
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
13-
"postCreateCommand": "sudo apt update && sudo apt install -y python3-dev libpq-dev graphviz libwebp-dev && uv venv && uv sync",
14-
"features": {
15-
"ghcr.io/va-h/devcontainers-features/uv:1": {
16-
"version": "latest"
17-
},
18-
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
19-
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {}
20-
}
11+
"name": "Python 3",
12+
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
13+
"postCreateCommand": "sudo apt update && sudo apt install -y python3-dev libpq-dev graphviz && npm install [email protected] && npm install -g sass && npm install -g gulp && uv venv && uv sync",
14+
"features": {
15+
"ghcr.io/va-h/devcontainers-features/uv:1": {
16+
"version": "latest"
17+
},
18+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
19+
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {},
20+
"ghcr.io/devcontainers/features/node:1": {}
21+
}
2122
}
2223
```
2324

0 commit comments

Comments
 (0)