Closed gajbooks closed 5 months ago
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Command
serve
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Due to an outdated dependency for @angular-devkit/build-anguar, on certain Linux systems, namely those using KDE Plasma 6, the
ng serve --open
command does not open a web browser as expected.Bug was recently fixed in https://github.com/sindresorhus/open/issues/336 however build-angular depends on version 8.4.2 of 'open' rather than any recent version.
It does not seem like there is any rational reason for depending on this old version, since the 'build-angular' dependency 'webpack-dev-server' already depends on a patched version of 'open' (which is at version 10.1.0 at the time of writing), which functions correctly on this platform.
Minimal Reproduction
ng serve -o
Expected behavior: The Angular application is opened in the default browser Actual behavior: The application is not opened and no error is displayed
Exception or Error
No response
Your Environment
Anything else relevant?
Requires a recent Linux distribution using the KDE Plasma 6 desktop environment.