Node.js keeps on using a cached version of my website. I updated the code and even used the -w
option, but Forever keeps on referring to the cache. How do I disable caching with Forever Node.js and also how do I completely uninstall it?
According to this answer, it does cache: https://serverfault.com/questions/320973/does-the-forever-daemon-cache-the-node-js-script
Edit: It seems that this is a persistent issue with Forever: https://github.com/foreverjs/forever/issues/590