I'm starting an ionic project (version 1), but my server does not start any more.
I type ionic serve --lab
, the following message appears:
Starting server (address: 0.0.0.0, port: 8100, dev server port: 53703, livereload port: 35729) - Ctrl+C to cancel
[OK] Development server running!
Local: http://localhost:8100
External: http://192.168.1.5:8100
DevApp: AluraCar@8100 on DESKTOP-PQPJV63
But when I put localhost:8100
in the browser it says it is not started.
Does anyone have any idea what it can be?