Describe the problem/error/question
I am trying to deploy two custom nodes with docker.
When using the command npm link n8n-nodes-a
in the /.n8n/nodes
folder it works perfectly and the node appears to be able to use it in the workflows.
But when doing npm link n8n-nodes-b
, this last node appears but the node n8n-nodes-a disappears.
I can’t understand how to link both nodes at the same time.
Any help can be useful, thanks
Information on your n8n setup
- **n8n version: 1.3.1
- **Database (default: SQLite): Postgres
- **Operating system: Linux