I'm getting a very annoying bug when it comes to node caching local modules. I have the file webserver.js
which exports an object.
When I update the code in the file, the changes are not reflected. So I assume node is somehow caching this.
How doe one debug this?