Just updated my n8n to version 1.69.2 and it shows me this on cmd

Anyone know what this might be? i updated my n8n from 1.67.1 to 1.69.2 and it shows me this message / warning and i have no idea what this is

I installed n8n self hosted with npm without docker on my pc ( win 10)
and this msg appeared on cmd when starting with the command “n8n start”

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

That’s not a problem. It’s just a deprecation warning from node.js, likely because you are using a newer version of node.js than what n8n is currently developed on. This is a native module in node.js, and has been deprecated recently. But it might be a while before it gets removed from n8n’s dependency tree.

Because of issues like these, we recommend using docker instead, because then you get all dependencies, node.js runtime, file-system permissions, etc pre-configured, and there are no surprises like these.

2 Likes

so it wont cause any problem to building / executing workflows right?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.