1
resposta

Dúvida

Boa noite, prezados, fiz exatamente como no vídeo, mas encontro o mesmo erro. Não sei qual mudança de arquivo devo realizar para que funcione. Se puderem me ajudar, ficaria grata.

Atenciosamente, Laryssa.

Segue código abaixo:

const customExpress = require('./config/customExpress'); const conexao = require('./infraestrutura/conexao')

conexao.connect(erro => { if(erro) { console.log(erro) } else { console.log('conectado com sucesso')

    const app = customExpress()

    app.listen (3000, () => console.log ('servidor rodando na porta 3000'));
}

})

O erro é este:

projetinho@1.0.0 start C:\Users\User\Projetinho nodemon index.js

[nodemon] 2.0.12 [nodemon] to restart at any time, enter rs [nodemon] watching path(s): . [nodemon] watching extensions: js,mjs,json [nodemon] starting node index.js C:\Users\User\Projetinho\config\customExpress.js:8 app.use (bodyParser.urlencoded({extended = true})) ^^^^^^^^^^^^^^^

SyntaxError: Invalid shorthand property initializer at wrapSafe (internal/modules/cjs/loader.js:1001:16) at Module.compile (internal/modules/cjs/loader.js:1049:27) at Object.Module.extensions..js (internal/modules/cjs/loader.js:1114:10) at Module.load (internal/modules/cjs/loader.js:950:32) at Function.Module.load (internal/modules/cjs/loader.js:790:14) at Module.require (internal/modules/cjs/loader.js:974:19) at require (internal/modules/cjs/helpers.js:92:18) at Object. (C:\Users\User\Projetinho\index.js:1:23) at Module.compile (internal/modules/cjs/loader.js:1085:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) [nodemon] app crashed - waiting for file changes before starting...

1 resposta

Bom dia Laryssa, consegue compartilhar o seu projeto no github?, gitlab ou alguma nuvem? Aparentemente ele está reclamando no arquivo customExpress.js