Console.log is not getting printed?

Hi N8N Team,
Whatever changes i am making in custom node is not reflecting after giving npm run build, and npm run start. Its not reflection in from frontend and whenever i am giving something in console.log() its also not getting reflecting in terminal, basically its taking the old build. Can you help me how to achieve this

Hey @praveen,

If this is in the nodes code it should appear in the terminal not the front end, I am not sure why it would be taking the old build if you are rebuilding and I assume refreshing the page though it sounds like it could be a local thing.

Are you running n8n with npm run dev or something else? Are you sure your log line is being called as well?