How deploy two custom nodes?

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

Maybe our custom node builder @marcus can help out here? :slight_smile:

It seems that Marcus could not help me :sweat_smile:

Hi @Ayrton_Da_Silva :wave: Let me ping @marcus and see if I can get his eyes on this :bowing_man:

Hey @Ayrton_Da_Silva,

Typically you would only use the npm link command to test a node while you are creating it, Once your node is ready to go you can publish it to npm as a private or public package and install it or copy the node files into the ~/.n8n/nodes directory.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.