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.
- 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.