var Zip = require("adm-zip"); const zip = new Zip("path/to/file.zip"); zip.extractAllTo("path/to/newdirectory", false);