I installed n8n through noje.js, npm install n8n -g, in version 1.0.5. localhost,5678. I did my flow but it always hangs on a specific node. it has to get 4180 numbers from a list but it hangs, it seems to me that it is the response time of the node
lock on fourth node
Hi @Presley_Nunes_de_Men , sorry you’re running into this.
Would you be able to post your log files so that we can be a bit more certain of what’s happening here?
I will say however that this sounds like you’re running out of memory when trying to execute this workflow - definitely keep an eye on resource consumption when you’re running it. The only workaround that I can think of for you in this case would be using smaller input files and breaking your data down into smaller chunks 
I managed to solve it, it was an incompatibility error in the node, I had created the flow using n8n desktop 1.6.0, updated to 1.10.0, but when I opened it in npm the node was incompatible, so I deleted and recreated the node, before that I needed two “list” nodes, now I only need one node to perform the same task.
it worked perfectly
thank you all for your attention
``
I managed to solve it, it was an incompatibility error in the node, I had created the flow using n8n desktop 1.6.0, updated to 1.10.0, but when I opened it in npm the node was incompatible, so I deleted and recreated the node, before that I needed two “list” nodes, now I only need one node to perform the same task.
it worked perfectly
thank you all for your attention
Thank you so much for posting your solution!