readFile('./archivo.txt') .then(readFile) .then(data => console.log(data)) .catch(error => console.error(error));