Skip to content

Commit 7b4cf8f

Browse files
dstengleclaude
andcommitted
fix: use native installer for Claude Code instead of npm
The recommended installation method for Claude Code is now the native installer script, which also provides automatic background updates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c7e9995 commit 7b4cf8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
// "runArgs" : [
5353
// "--network="
5454
// ]
55-
"postCreateCommand": "npm install -g @anthropic-ai/claude-code",
55+
"postCreateCommand": "curl -fsSL https://claude.ai/install.sh | bash",
5656

5757
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
5858
// "remoteUser": "root"

0 commit comments

Comments
 (0)