After updating n8n to V2, my workflows have stopped working. none of my Execute Nodes are now disabled, and I was using them to run my own local JavaScript files. Could anyone please help me figure out how to fix this?
I am using require("node-fetch") and require("fast-xml-parser") in my JS that is not supported in Code Node !
To re‑enable the Execute Command node, you need to make sure it’s not excluded via the NODES_EXCLUDE environment variable.
If you previously blocked it using NODES_EXCLUDE, set the variable to an empty array and restart n8n. Or add this parameter to restart, in V2 comes default disable.