ng serve -o shows the following error message:
- Generating browser application bundles...(node:12364) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
Then the terminal shows: \ Generating browser application bundles (phase: emitting)...
But the browser never opening, it seems VSC is in an endless loop.
What can I do to fix this problem?