We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1aeb8 commit 8319e39Copy full SHA for 8319e39
.devcontainer/devcontainer.json
@@ -14,7 +14,7 @@
14
"--hostname=floweditor"
15
],
16
"remoteUser": "node",
17
- "postCreateCommand": "sudo chown node /workspaces/floweditor && yarn install",
+ "postCreateCommand": "sudo chown node /workspaces/floweditor && sudo rm -R node_modules && yarn install",
18
"customizations": {
19
"vscode": {
20
"extensions": [
0 commit comments