ERROR TypeError: Cannot read properties of undefined (reading 'model')

Hey,um
I Have issue after installing n8n using This tutorial

It installs well,and after i start n8n process its throw an error:

Initializing n8n process
n8n ready on 0.0.0.0, port 5678
Version: 0.197.0
/data/data/com.termux/files/usr/lib/node_modules/n8n/dist/src/Server.js:1082
                    model: cpus[0].model,
                                   ^

TypeError: Cannot read properties of undefined (reading 'model')
    at Server.<anonymous> (/data/data/com.termux/files/usr/lib/node_modules/n8n/dist/src/Server.js:1082:36)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)

After fresh install
Any idea?

Hey @Virginia_Ikkimura,

Welcome to the community :cake:

That looks like Termux is not returning the CPU model and is causing an error, Officially we don’t support Termux so if it will work seems to depend on the device and what is available. You will likely hit issues when trying to use some nodes that rely on OS installed packages so it could be worth looking at using something like Oracle Clouds free tier, n8n cloud or the n8n desktop application.

:frowning:
Same error on rpi tho

Hey @Virginia_Ikkimura,

Can you share the output from the rpi error? What model pi are you using?