We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c43c7 commit 31ad7ceCopy full SHA for 31ad7ce
.devcontainer/devcontainer.json
@@ -1,7 +1,7 @@
1
// For format details, see https://aka.ms/devcontainer.json.
2
{
3
"name": "angular-testing-library",
4
- "image": "mcr.microsoft.com/devcontainers/typescript-node:0-22-bullseye",
+ "image": "mcr.microsoft.com/devcontainers/typescript-node:22-bullseye",
5
6
// Features to add to the dev container. More info: https://containers.dev/features.
7
"features": {
@@ -13,7 +13,7 @@
13
// "forwardPorts": [],
14
15
// Use 'postCreateCommand' to run commands after the container is created.
16
- "postCreateCommand": "npm i",
+ "postCreateCommand": "npm install --force",
17
"onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
18
"waitFor": "postCreateCommand",
19
0 commit comments