Pessoal estou tentando subir a API fornecida no curso para o now.sh e não estou conseguindo. O seguinte erro ocorre:
> Build completed
> Verifying instantiation in sfo1
> [0]
> [0] alurapic@1.0.0 start /home/nowuser/src
> [0] node server.js
> [0]
> [0] API escutando na porta: 3000
> [0] /home/nowuser/src/node_modules/nedb/lib/datastore.js:77
> [0] if (err) { throw err; }
> [0] ^
> [0]
> [0] Error: EACCES: permission denied, open 'data.db'
> [0] npm ERR! code ELIFECYCLE
> [0] npm ERR! errno 1
> [0] npm ERR! alurapic@1.0.0 start: `node server.js`
> [0] npm ERR! Exit status 1
> [0] npm ERR!
> [0] npm ERR! Failed at the alurapic@1.0.0 start script.
> [0] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
> [0]
> [0] npm ERR! A complete log of this run can be found in:
> [0] npm ERR! /home/nowuser/.npm/_logs/2018-08-03T23_11_25_750Z-debug.log