#npm articles
7 articles
-
Claude Code
Node.js は Claude Code に必要か|18以上とネイティブ版
「node js claude code」で調べる人向けに、Claude Code に Node.js が必要かを整理。npm 版は Node.js 18 以上が前提、推奨のネイティブ版なら Node.js は不要という違いを、バージョン確認と導入手順つきで公式情報ベースに解説する。
-
Claude Code
Claude Code ネイティブインストール|npmから移行と自動更新
Claude Code のネイティブインストールを解説。Node.js に依存しない公式推奨方式の導入コマンドを OS 別に整理し、npm グローバルからの移行、~/.local/bin での確認、自動更新チャンネル、アンインストールまで Anthropic 公式情報ベースでまとめます。
-
Claude Code
Claude Code はオープンソースか|ライセンスと公開の実態
Claude Code はオープンソース(OSS)ではなく、Anthropic の商用ライセンス製品です。GitHub にリポジトリが公開されていますが、ソースコードの改変・再配布は禁止。npm 配布の歴史やライセンスの中身を整理します。
-
Claude Code
npm install で迷うClaude系4パッケージ|用途別の選び方
「npm install anthropic ai claude code」で何を入れるべきか迷う開発者向けに、Claude Code CLI・公式SDK・Vercel AI SDKプロバイダ・Agent SDKの4パッケージを用途別に整理し、正しいインストールコマンドと最小コードを公式情報ベースで解説する。
-
Claude Code
How to Update Claude on Linux | Differences Between claude update and npm
A breakdown of how to update Claude Code on Linux by installation method. The official installer uses background auto-updates, the npm version requires `npm install -g @anthropic-ai/claude-code@latest`, and apt/dnf/apk versions require manual upgrades. Also covers `claude update` and how to control auto-update behavior.
-
Claude Code
Installing Claude via npm | Avoiding sudo and Updating with @latest
A guide for Node.js developers who want to install Claude Code via npm — covering prerequisites for npm install -g @anthropic-ai/claude-code, why you should avoid sudo, updating with @latest, resolving 'Native binary not found', and WSL pitfalls, based on official Anthropic documentation.
-
Claude Code
Claude Mac Update | Auto-Update, brew, and npm Procedures
A complete guide to keeping Claude up to date on Mac, covering three installation paths — native installer, Homebrew, and npm. Includes auto-update behavior, the claude update command, release channel switching, and verification with claude --version and claude doctor, all based on official Anthropic documentation.