Segui os passos do instrutor e pensei ter conseguido iniciar o servidor local, porém ao executar o arquivo "principal.html", a partir do servidor (http://localhost:3000/principal.html), recebo no console a seguinte mensagem de erro: " Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist " principal.html:1
Como posso solucionar isto?
Reproduzi abaixo a minha tela de cmd, após iniciar o servidor:
C:\Users\usuário\Documents\2020\Estudos\Oracle_ONE\JQuery-Parte02\Projeto_Completo\alura-typer\servidor>npm start
> AluraTyper@1.0.0 start C:\Users\usuário\Documents\2020\Estudos\Oracle_ONE\JQuery-Parte02\Projeto_Completo\alura-typer\servidor
> node server
consign v0.1.2 Initialized in app
+ .\api\frases.js
+ .\api\placar.js
+ .\routes\frases.js
+ .\routes\placar.js
Banco data.db pronto para uso
Servidor iniciado
(node:13160) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use `node --trace-deprecation ...` to show where the warning was created)