Estou recebendo esse erro ao tentar rodar o código com o curl no terminal. O que seria? Obrigado.
consign v0.1.2 Initialized in /Users/gustavoperenciolo/Google Drive/alura/payfast
+ ./controllers/pagamentos.js
+ ./persistencia/PagamentoDao.js
+ ./persistencia/connectionFactory.js
Servidor executando na porta 3000.
SyntaxError: Unexpected token f
at parse (/Users/gustavoperenciolo/Google Drive/alura/payfast/node_modules/body-parser/lib/types/json.js:83:15)
at /Users/gustavoperenciolo/Google Drive/alura/payfast/node_modules/body-parser/lib/read.js:116:18
at invokeCallback (/Users/gustavoperenciolo/Google Drive/alura/payfast/node_modules/raw-body/index.js:262:16)
at done (/Users/gustavoperenciolo/Google Drive/alura/payfast/node_modules/raw-body/index.js:251:7)
at IncomingMessage.onEnd (/Users/gustavoperenciolo/Google Drive/alura/payfast/node_modules/raw-body/index.js:307:7)
at emitNone (events.js:86:13)
at IncomingMessage.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:974:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)