Cant see node in my local instance

Hey @Onlypfachi,

I would start by deleting the contents of your .n8n/custom folder, Once you have done that can you download the starter repo locally. Update the package name to something like n8n-nodes-test then run the command below and let me know what the outcome is. This will help us work out if the issue is with your node or something else.

npm install
npm run build
npm link
cd C:/Users/Dell/.n8n/custom
npm link n8n-nodes-test
n8n start
1 Like