Node Red
Contents:
[Top]
[Home]
# Remove any old Node.js installations (optional) sudo apt remove nodejs npm # Install Node.js 20.x (LTS as of 2025) curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - sudo apt install -y nodejs # Verify installation node --version # shows v24.11.1 npm --version # shows 11.6.2 mkdir -p ~/.npm-global npm config set prefix ~/.npm-global echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc source ~/.bashrc sudo apt install -y git ripgrep npm install -g @anthropic-ai/claude-code mkdir claude-projects cd claude-projects/ claude
[Top]
[Home]
https://itecsonline.com/post/how-to-install-claude-code-on-ubuntu-linux-complete-guide-2025
[Top]
[Home]
Glenn Lyons VK4PK
glenn@LyonsComputer.com.au
Ver:gnl2025 - pre published v0.9