I’m getting a really persistent recursing directory error when trying to follow the docs for building a custom node.
What is the error message (if any)?
Error: ENAMETOOLONG: name too long, scandir '/Users/jdbohrman/.n8n/custom/node_modules/n8n-nodes-beehiiv/node_modules/n8n-nodes-beehiiv/node_modules/n8n-nodes-beehiiv/node_modules/n8n-nodes-beehiiv/node_modules/n8n-nodes-beehiiv/node_modules/n8n-nodes-beehiiv/node_modules/n8n-nodes-beehiiv/node_modules/n8n-nodes-beehiiv/node_modules/n8n-nodes-beehiiv/node_modules/n8n-nodes-beehiiv/node_modules/n8n-nodes-beehiiv/node_modules/n8n-nodes-beehiiv
.n8n/custom is for custom individual nodes.
Since you have already published the package, I’d recommend deleting .n8n/custom/node_modules/n8n-nodes-beehiiv, and installing n8n-nodes-beehiiv from the UI.
if you are developing the node locally, then you should link the package into ~/.n8n/nodes instead.
Amazing thank you both @Jon@netroy . I’m holding off on finishing this because I want to see if Beehiiv will ever add POST functionality to the “Posts” endpoint, because for my overall usecase that is what I need, so once I finish talking to them I’m going to publish regardless based on how that convo goes. Worst case scenario I’ll publish as is and add the POST down the line