-
Notifications
You must be signed in to change notification settings - Fork 12k
ng doc not working #23105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@gkalpak can you please check if you are able to replicate this? I know you look into this before. |
Yes, I can reproduce this. I'll investigate further. |
Thanks @gkalpak. |
@gkalpak, I can now take this as I have a Windows environment for testing. |
Oh, cool 😃 |
In Windows, `process.exit` was being called prior of opening the browaer which caused the browser never to open. Closes angular#23105
In Windows, `process.exit` was being called prior of opening the browser which caused the browser never to open. Closes angular#23105
In Windows, `process.exit` was being called prior of opening the browser which caused the browser never to open. Closes #23105
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: I don't know.
Description
The
ng doc
no longer open browser on Windows.🔬 Minimal Reproduction
ng new demo1 --defaults cd demo1 ng doc ActivatedRoute
🔥 Exception or Error
I expected to open browser and navigate to the angular.io site.
🌍 Your Environment
Anything else relevant?
N/A
The text was updated successfully, but these errors were encountered: