How much does it take to reflect the changes in the package update of npm to n8n community nodes

I have published some changes to my node package, and it’s been a day but I am not able to see the changes in the node, I tried restarting the instance but still it is not visible. Also no update option is visible.

On npm package website the changes are there with updated version but can’t see that changes in n8n.

It sounds like your n8n instance might not be picking up the updated npm package. Here’s what you can try:

- Ensure the node is installed in the correct directory: `/home/user/.n8n/nodes` [community.n8n.io]( Community node package doesnt update ).

- Run `npm update n8n-nodes-nodeName` in your Docker shell if using Docker, then restart n8n [docs.n8n.io]( Manual installation | n8n Docs ).

- If the issue persists, manually uninstall and reinstall the node using `npm uninstall` and `npm install` commands [docs.n8n.io](Manual installation | n8n Docs).

thanks for the reply but the issue was that npm version was not reviewed by n8n hence the update was not reflecting, now that n8n has reviewed and approved, the update is reflecting.

Good you figured it out!