Building custom node - how to?

Hi Community,

I feel the need to explore how to build node, …:wink:

I have found this 1 year old video, and I don’t know if the content is still accurate as v2 has been released.

ex: is the npm vs pnpm still an issue ? is the n8n doc up-to-date ?

Just checking here to be sure I will use the latest docs/packages/instructions, do/don’t, …

I you have the magic how-to-start doc, I’m happy to get it !

Thanks in advance !

Stéphane

There is a cli tool for it now. Which should make it simpler.

N8n does not run on npm anymore indeed. So you need to take that into account.

2 Likes

Got it : Using the n8n-node tool | n8n Docs
Thanks

1 Like