I am trying to read a ZIP file and output it to the browser, get the code that\'s shown on the page and save it as a ZIP file
fs.readFileSync(\'/dir/file.zip
You're trying to read a zip file as a character encoding (utf-8) which should probably be changed to 'binary'