Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

289
Vistas
Javascript - ERR_INVALID_ARG_TYPE

I'm trying to make a simple CLI to-do list application using javascript and Node. I've been facing this error whenever I try to add a task. Here's the code for the 'add' function:

add: function(...title) {
        let data = load()
        data[counter] = {
            // priority: priority,
            title: title.join(' '),
            status: false
        }
        console.log(chalk.red('Task added successfully'))
        counter++
        return save(data)
    }

Here's the 'load' and 'save' functions

const save = (data ={}, file = 'resources/taskData.json') => {
    fs.writeFileSync('resources/taskCount.txt', counter)
    return fs.writeFileSync(file, JSON.stringify(data))
}

function load(file='resources/taskData.json') {
    const text = fs.readFileSync(file)
    return JSON.parse(
        text.length
        ? text
        :'{}'
        )
}
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda