I have a file .tar.gz , which I have to decompress in a route, but I need to review what is inside it and then unzip it. I have the following code:
const targz = require('targz');
targz.decompress({
src: 'archivo.tar.gz',
dest:...
asked by
03.01.2018 / 14:44