Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Erro ao instalar o SQLite

Ao rodar o "npm install sqlite3@4.0.2 --save-exact" recebo o seguinte erro:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/event-stream/-/event-stream-3.3.6.tgz
npm ERR! 404
npm ERR! 404  'event-stream@3.3.6' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'casadocodigo'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
1 resposta
solução!

Fala aí Gabriel, tudo bem? Bom, vamos lá:

Tente apagar o arquivo package-lock.json e a pasta node_modules.

Após apagar esse arquivo e essa pasta, tenta fazer a instalação novamente.

Espero ter ajudado.