Tagged: Angular Chrome Browser
- This topic has 2 replies, 2 voices, and was last updated 7 years, 2 months ago by Frédéric.
-
AuthorPosts
-
FrédéricParticipantHello,
I’ve just created a Angular project with the wizard and I wanted to run it before adding any code, just to see how it works (I’m a Angular beginner).
-> Run as Angular project
I immediately had an error message, telling me that Chrome could not be launched.
It’s normal, Chrome is not installed and I don’t want it.
To be honnest, Chrome has been installed before but because of a Windows’ bug I can’t use it anymore.So I would like to use another web browser, Firefox for Developer seems to be good.
How can I do that ?
When I go in Run Configuration -> Browser, Chrome is the only available browser.
If I change the URL in order to point to firefox.exe, Firefow is launched but I’ve got a new error message telling that Chrome’s console could not be started.
Where could I change such a behaviour ?
Thanx
- This topic was modified 7 years, 2 months ago by Frédéric.
support-swapnaModeratorFrederic,
Thank you trying our Angular tools.
The JavaScript debugger which launches when you try to run the project as Angular Web Project is tightly coupled to Chrome debugging technology. I am afraid we cannot support any other browser for debugging though you can run the project manually from any other browser.
If you are not looking for the debugging feature, then you can start the angular server from the Servers view and access the URL manually from another browser. In the Servers view, expand ‘Angular CLI’, right click on your project and select ‘Start Server’ or use the tool bar icon to start the server.
Hope this helps. Please let us know if you have any questions.
–Swapna
MyEclipse Support
FrédéricParticipantOK, thanx Swapna.
I’ve just reinstall Chrom on another PC, and it works
But I still have problems I gonna explain in another post -> this ticket can be closed ^^ -
AuthorPosts