unzipped.pipe(tar.Extract({path: 'node_modules', strip: 1}))
      .on('error', function(error) {
        if (error) {
          console.error("crossy.io -- " + error.message + ', giving up.');
        }