Segui o roteiro de instalação da aula, mas ao final não consegui abir o site pelo endereço "localhost:3000" e nem do "localhost:3001".
Resposta da execução do npm start
PS D:\_Cursos\Alura.com.br\03 - Formação Angular\alurabank> npm start
> alurabank@1.0.0 start D:\_Cursos\Alura.com.br\03 - Formação Angular\alurabank
> concurrently "npm run watch" "npm run server"
[0]
[0] > alurabank@1.0.0 watch D:\_Cursos\Alura.com.br\03 - Formação Angular\alurabank
[0] > tsc -w
[0]
[1]
[1] > alurabank@1.0.0 server D:\_Cursos\Alura.com.br\03 - Formação Angular\alurabank
[1] > lite-server --baseDir=app
[1]
[1] Did not detect a `bs-config.json` or `bs-config.js` override file. Using lite-server defaults...
[1] ** browser-sync config **
[1] {
[1] injectChanges: false,
[1] files: [ './**/*.{html,htm,css,js}' ],
[1] watchOptions: { ignored: 'node_modules' },
[1] server: { baseDir: 'app', middleware: [ [Function], [Function] ] }
[1] }
[0] 3:00:29 - Compilation complete. Watching for file changes.
[0]
[0]
[1] [Browsersync] Access URLs:
[1] --------------------------------------
[1] Local: http://localhost:3000
[1] External: http://192.168.1.125:3000
[1] --------------------------------------
[1] UI: http://localhost:3001
[1] UI External: http://localhost:3001
[1] --------------------------------------
[1] [Browsersync] Serving files from: app
[1] [Browsersync] Watching files...
[1] [Browsersync] Reloading Browsers... (buffered 7 events)
Quando eu gravo um arquivo TS o browser (Chrome) faz o reload, mas continua dando mensagem:
Não foi possível estabelecer uma conexão segura com este sitelocalhost enviou uma resposta inválida.
Tente executar o Diagnóstico de Rede do Windows.
ERR_SSL_PROTOCOL_ERROR
<Recarregar>
Estou usando Windows10 Pro x64 Português.
O módulo 1 foi realizado com sucesso total, sem nenhum problema, mas agora ocorreu este erro e não estou conseguindo resolver.