conda create -n nodejs
conda activate nodejs
conda install nodejs -c conda-forge
node --version
npm config set registry https://registry.npmmirror.com
npm config set allow-scripts=@anthropic-ai/claude-code --location=user
npm install -g @anthropic-ai/claude-code
claude --version