why I didn't run the command npm link? Because in n8n directory, it gave a error and it seems that pnpm is as a basic compiler tool. and pnpm is not compatible with npm.
5、I didn’t find the HttpBin And Example node in the node list.
6、Then I create a directory custom in the ~/.n8n,
7、in the directory ~/.n8n/custom to run command
npm init
npm link n8n-nodes-starter
8、n8n UI show “We didn’t make that… yet Don’t worry, you can probably do it with the HTTP Request node” in the node list.
I am nto sure why you ran the pnpm link command it isn’t one we would recommend and when using a custom node it would be the npm link command. If you check in your ~/.n8n/custom folder has the link been created? Did you also remember to run the link command in the custom folder before starting n8n?
I have just downloaded the starter, Changed the name of the package like yours and ran npm install && npm run build && npm link then changed to ~/.n8n/custom and have run npm link n8n-nodes-starter I have then gone to to my n8n source folder and ran pnpm start and I see the below…
I suspect somewhere along the way the wrong command has been run and it has caused confusion, I would start again. I suspect the pnpm link didn’t help so it might be best to remove the folder and unlink everything.
Also make sure the folder you have used for the link was /Users/aegon/.n8n/custom and not something else