How to make a custom model node

Describe the problem/error/question

I am trying to make node for a custom model

What is the error message (if any)?

when I run npm link like the docs I get pnpm error

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Body_Shady

Thanks for posting here and welcome to the community! :tada:

Can you try pnpm link --global in the package dir and then pnpm link --global <pkg> in the n8n root dir?

We are currently working on getting the docs updated.

2 Likes

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