INSTALL GUIDE • N8N

Install n8n with official npm docs and OS-specific commands

Exact install commands, expected output, and fail-fix blocks.

PREREQUISITE CHECK

Check Node.js first

node -v
npm -v

Expected result: Node and npm versions print. n8n docs require Node between 20.19 and 24.x.

Troubleshooting: Install Node LTS from nodejs.org/download then rerun checks.
WINDOWS

Windows install path

npm install n8n -g
n8n --version
n8n start

Then open browser and go to http://localhost:5678.

Expected result: n8n editor opens.

Troubleshooting: Run Test-NetConnection -ComputerName localhost -Port 5678. If false, restart n8n with n8n start.
NEXT

n8n usage guide

After install, complete the use guide for real day-to-day tasks.

Open usage guide →