Este erro aparece logo após executar o comando "npm install" dentro da pasta api, aparentemente ele não está conseguindo instalar o sqlite3, já tentei fazer o install no sqlite individualmente e também já tentei rodar este comando no "node-pre-gyp" que ele pediu para atualizar.
O que pode estar acontecendo neste caso ?
> sqlite3@4.0.0 install D:\DeveloperLab\CursoAngular_Alura\api\node_modules\sqlite3
> node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! Completion callback never invoked!
node-pre-gyp ERR! System Windows_NT 10.0.16299
node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "D:\\DeveloperLab\\CursoAngular_Alura\\api\\node_modules\\sqlite3\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd D:\DeveloperLab\CursoAngular_Alura\api\node_modules\sqlite3
node-pre-gyp ERR! node -v v8.11.3
node-pre-gyp ERR! node-pre-gyp -v v0.9.0
node-pre-gyp ERR! This is a bug in `node-pre-gyp`.
node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help:
node-pre-gyp ERR! <https://github.com/mapbox/node-pre-gyp/issues>
npm WARN alurapic@1.0.0 No description
npm WARN alurapic@1.0.0 No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 6
npm ERR! sqlite3@4.0.0 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 6
npm ERR!
npm ERR! Failed at the sqlite3@4.0.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\s017230\AppData\Roaming\npm-cache\_logs\2018-10-30T18_35_22_969Z-debug.log