having trouble with testing my custom node created with the node-starter template, I’m using a dev container to run my local n8n instance, how do I test the custom node I created from the documentation tutorial? (the NASA pic one)
What is the error message (if any)?
can’t seem to make the tutorial in the documentation work
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
n8n version: 1.62.5
Database: Postgres (Docker from dev container)
n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
the npm link part, cant seem to get it to work cause the starter uses pnpm, and I’m still a bit confused on where I should run it.
here’s some added context:
starter template lives on folder A, I ran it, and tells me to use pnpm, but whenever I do that idk what params i should give it
@hubschrauber did you get it working, i started building one today and can’t follow the tutorial as i get a ton of error, plus i preffer to run in docker
@Wayne, there’s a link to a writeup (on dev.to) of how I got it working w/ Docker a few posts back. The TL/DR version (although the article isn’t very “L” anyway) is that instead of using any kind of filesystem link or npm feature, I’m just mapping a docker volume, directly to the custom-node-source/project directory on my workstation, to a .../.n8n/custom/... subpath in the n8n container.