We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c43c7 commit 58ea60bCopy full SHA for 58ea60b
.devcontainer/devcontainer.json
@@ -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