Error to install my community node

I’m developing a community node to LightRag and local works fine, but when i published to npm and tryed install in n8n from GUI return error Timeout Exceed.

I changed many things in package.json, in structure and i don’t now whats wrong.

NPM Link: https://www.npmjs.com/package/n8n-nodes-lightrag?activeTab=readme

Your node is including n8n-workflow as a dependency which is a bad idea, please check the starter repo to see what you need… it should only be the peerDependency

i fix it, tks.

who need a custom node for connect with LightRag, the node is works already.

How can a node become verified node on n8n whats the difference btw a community and verified node

Hey @Saketh_Repaka

You can find the answer in our docs :slightly_smiling_face:

This is the starting point for submitting nodes for verification: Submit community nodes | n8n Docs

A verified node is a community node we have reviewed and it can be installed in our cloud environment.

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