Skip to content

Commit

Permalink
Merge pull request #816 from jt-nti/fix-devcontainer
Browse files Browse the repository at this point in the history
Fix npm install in dev container
  • Loading branch information
jt-nti authored Sep 5, 2024
2 parents e4ec789 + 7c22a47 commit 682766c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "sudo chown node node_modules && npm install"
"postCreateCommand": "sudo chown node node_modules && npm ci --legacy-peer-deps"

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 682766c

Please sign in to comment.