if (err) {
    process.stderr.write(kuler('Path specified does not exists or is not a directory! \n', 'red'))
    console.error(err);
    process.exit(0);
  }