Ao executar o comando npm install no MacOs ocorre o seguinte erro:
Link do log completo: https://drive.google.com/open?id=1k_48fwaK5PNhRzntytVKEf-4pZ-gAPes
1149 warn alurapic@1.0.0 No description
1150 warn alurapic@1.0.0 No repository field.
1151 verbose stack Error: sqlite3@4.0.0 install: `node-pre-gyp install --fallback-to-build`
1151 verbose stack Exit status 1
1151 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:326:16)
1151 verbose stack at EventEmitter.emit (events.js:203:13)
1151 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
1151 verbose stack at ChildProcess.emit (events.js:203:13)
1151 verbose stack at maybeClose (internal/child_process.js:1021:16)
1151 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
1152 verbose pkgid sqlite3@4.0.0
1153 verbose cwd /Users/wesley/dev/projetos/angular-fundamentos/api
1154 verbose Darwin 18.7.0
1155 verbose argv "/usr/local/Cellar/node/12.8.0/bin/node" "/usr/local/bin/npm" "install"
1156 verbose node v12.8.0
1157 verbose npm v6.10.3
1158 error code ELIFECYCLE
1159 error errno 1
1160 error sqlite3@4.0.0 install: `node-pre-gyp install --fallback-to-build`
1160 error Exit status 1
1161 error Failed at the sqlite3@4.0.0 install script.
1161 error This is probably not a problem with npm. There is likely additional logging output above.
1162 verbose exit [ 1, true ]