I have a ptoblem with the Webhook Trigger node after installing my communtiy-node.
I used the latest version of n8n and my own build node @speedypdm/n8n-nodes-speedy.
After installing it, it worked fine but after restart of the server the the Webhook node show´s follwing:
Hi @kevin96, welcome to the community, though I am very sorry you’re having trouble.
Is there a chance you have configured the NODES_INCLUDE or NODES_EXCLUDE environment variables on your n8n instance? If not, do you have a link to your node repository so our local node builders @marcus and @Jon can take a closer look?
I would recommend uninstalling that node as it is must have something conflicting, Sadly as the source is not directly available it is hard to say what it is.
Edit… Having looked at the code that npm makes avaialble I would not recommend installing that node as it installs all of n8n as a dependency which will cause issues.
My recommendation still stands, I would not install that node as you will have issues due to the depenencies. We also don’t directly support community nodes so it may be worth reaching out to the node creator so they can fix the issues with the node.
i am the node creator and because of that i need to get the node running.
I understand that you don´t support community nodes.
I used the example node to create the nodes but now i got the error.
By the way I think it should not be possible that community nodes can cause errors in the substantial functionality of n8n.
It shouldn’t be possible but we do advise users that nodes are installed at their own risk as we don’t know what is happening in the node or what it is trying to do.
In your case I would recommend fixing the dependencies in the package json as mentioned above as you will be trying to import all of n8n when your node starts which will cause issues.