n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
45.71k stars 6.37k forks source link

npm error Cannot read properties of null (reading 'edgesOut') #10817

Open GunitBindal opened 3 days ago

GunitBindal commented 3 days ago

Bug Description

npm install n8n or npx n8n with the latest node version give me this error. I've tried to clean the cache, try in a different folder but still.

npm error Cannot read properties of null (reading 'edgesOut')

To Reproduce

  1. Run npx n8n

Expected behavior

I would expect to have it installed and run :)

Operating System

WIndows 11

n8n Version

latest

Node.js Version

latest

Database

SQLite (default)

Execution mode

main (default)

Joffcom commented 3 days ago

Hey @GunitBindal,

We have created an internal ticket to look into this which we will be tracking as "GHC-231"

janober commented 3 days ago

Please be always as exact as possible. When you say "latest" what Node.js version do you mean exactly. Thanks!

Btw. it is likely that installing n8n via npm will be deprecated in the future. So setting it directly properly up via Docker is recommended.

janober commented 1 day ago

@GunitBindal follow up again because of the Node.js version.