Prerequisite
node --version # Should show v18.0.0 or highernpm --version # Should show v8.0.0 or higherLast updated
Before you begin, ensure you have:
✅ Node.js v18 or higher - Download
node --version # Should show v18.0.0 or higher✅ npm v8 or higher - (Comes with Node.js)
npm --version # Should show v8.0.0 or higher✅ Claude Desktop - Download
✅ Git - Download (Optional) - Only needed for source installation
Last updated