estou tentando fazer o curso de angular, agora que chegou na parte de consumir uma api estou tendo problemas na hora de rodar o npm install, vi que havia disponibilizado uma já pre compilado em outras duvidas, baixei a mesma e executei sem sucesso ao digitar só o start. Duas coisa eu pude observar ao tentar rodar o install pude perceber que ele não conseguia isntalar o sqlite e ao rodar essa nova versão já pré compilada disponibilizado em outro tópico ele deu seguinte erro
PS C:\Users\dougl\Documents\api-windows> npm start
> alurapic@1.0.0 start C:\Users\dougl\Documents\api-windows
> node server.js
internal/modules/cjs/loader.js:883
throw err;
^
Error: Cannot find module 'C:\Users\dougl\Documents\api-windows\node_modules\sqlite3\lib\binding\node-v83-win32-x64\node_sqlite3.node'
Require stack:
- C:\Users\dougl\Documents\api-windows\node_modules\sqlite3\lib\sqlite3.js
- C:\Users\dougl\Documents\api-windows\config\database.js
- C:\Users\dougl\Documents\api-windows\config\express.js
- C:\Users\dougl\Documents\api-windows\server.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
at Function.Module._load (internal/modules/cjs/loader.js:725:27)
at Module.require (internal/modules/cjs/loader.js:952:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (C:\Users\dougl\Documents\api-windows\node_modules\sqlite3\lib\sqlite3.js:4:15)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Module.require (internal/modules/cjs/loader.js:952:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'C:\\Users\\dougl\\Documents\\api-windows\\node_modules\\sqlite3\\lib\\sqlite3.js',
'C:\\Users\\dougl\\Documents\\api-windows\\config\\database.js',
'C:\\Users\\dougl\\Documents\\api-windows\\config\\express.js',
'C:\\Users\\dougl\\Documents\\api-windows\\server.js'
]
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! alurapic@1.0.0 start: `node server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the alurapic@1.0.0 start 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\dougl\AppData\Roaming\npm-cache\_logs\2020-10-30T14_40_25_805Z-debug.log
PS C:\Users\dougl\Documents\api-windows>