원클릭으로
update-packages
Update Claude Code and other npm packages in pkgs/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update Claude Code and other npm packages in pkgs/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | update-packages |
| description | Update Claude Code and other npm packages in pkgs/ |
| user-invocable | true |
Update npm packages in the /data/machine/pkgs/ directory, including Claude Code.
Update Claude Code dependencies
cd /data/machine/pkgs/claude-code && npm update
This updates the @anthropic-ai/claude-code dependency to the latest version and resolves transitive dependencies.
Build the package to test
cd /data/machine && nix build .#packages.x86_64-linux.claude-code
This validates that the updated dependencies work correctly with the Nix build system.
Verify the build
./result/bin/claude --version
Confirm the updated Claude Code is working properly.
Update package-lock.json
After npm update, the package-lock.json should be updated. If changes are made to pkgs/claude-code/package-lock.json, commit them.
switch-to-configuration