Skip to content

Instantly share code, notes, and snippets.

@sebastianrothbucher
Created January 3, 2026 15:07
Show Gist options
  • Select an option

  • Save sebastianrothbucher/38e1182bfb7f3955ebffe5a4b58293c5 to your computer and use it in GitHub Desktop.

Select an option

Save sebastianrothbucher/38e1182bfb7f3955ebffe5a4b58293c5 to your computer and use it in GitHub Desktop.
n8n start script
#!/bin/bash
. ~/.nvm/nvm.sh
nvm use 24
NODES_EXCLUDE="[]" N8N_LISTEN_ADDRESS=127.0.0.1 npx n8n@2.1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment