Describe the problem/error/question
What is the error message (if any)?
I’m trying to create a custom node, considering I forked the project.
I have my project within the fork. I’ve tried linking it as the documentation says, but it doesn’t appear in the dashboard.
I tried another option: setting the path to my custom node project to an N8N_CUSTOM_EXTENSIONS environment variable, but it still doesn’t work.
I’ve already run the node with lint to validate errors and fixed them, but it still doesn’t work.
my structure is:
mi-fork-n8n
nodes-custom/ n8n-nodes-ropoflow
package.json
dockerfile
.env
// rest of files
In my premises when I generate the link in my premises it looks like this (package.json):
"dependencies": {
"n8n-nodes-ropoflow": "link:../../../Library/pnpm/global/5/node_modules/n8n-nodes-ropoflow",
"tiktoken-node": "^0.0.7"
}
I also tried putting the path to the node project inside
"dependencies": {
"tiktoken-node": "^0.0.7",
"n8n-nodes-ropoflow": "link:./nodes-custom/n8n-nodes-ropoflow"
}
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.100.0
- Database (default: postgres):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, pnpm):
- Operating system: macos sequoia 15.5