The WriteSteam is set to append, which sometimes is an issue, if you're creating a script that needs to always download a file. It should have the ability to overwrite the file, rather than append to it.
https://github.com/wuchengwei/node-wget/blob/master/lib/wget.js#L36