Boa noite, ao digitar no cmd "npm run server" para abrir automaticamente o navegador, aparece o seguinte erro para mim.
C:\Desenvolvimento\Works\Typescript\alurabank> npm run server
> alurabank@1.0.0 server C:\Desenvolvimento\Works\Typescript\alurabank
> lite-server --baseDir=app/
Did not detect a `bs-config.json` or `bs-config.js` override file. Using lite-server defaults...
** browser-sync config **
{ injectChanges: false,
files: [ './**/*.{html,htm,css,js}' ],
watchOptions: { ignored: 'node_modules' },
server: { baseDir: 'app/', middleware: [ [Function], [Function] ] } }
[Browsersync] Access URLs:
-------------------------------------
Local: http://localhost:3000
External: http://192.168.0.10:3000
-------------------------------------
UI: http://localhost:3001
UI External: http://localhost:3001
-------------------------------------
[Browsersync] Serving files from: app/
[Browsersync] Watching files...
[Browsersync] Couldn't open browser (if you are using BrowserSync in a headless environment, you might want to set the open option to false)