After upgrading to n8n 2.0, the Execute Command node is disabled by default as per the breaking changes documentation.
I’ve attempted to re-enable the node using the N8N_NODES_INCLUDE environment variable as suggested, but the node still does not appear in the node selector.
Environment:
-
n8n version: 2.0
-
Installation method: System install (npm global) with systemd service
-
OS: Linux (Debian-based)
Steps to reproduce:
-
Fresh n8n 2.0 install or upgrade from 1.x
-
Add
N8N_NODES_INCLUDE=n8n-nodes-base.executeCommandto environment file (/opt/n8n.env) -
Restart n8n via
sudo systemctl restart n8n -
Search for “Execute Command” in node panel — node does not appear