I want to use 5000 instead of 4200.
I have tried to create a file on root name ember-cli and put JSON according to the code below:
ember-cli
{ &q
It is not recommended to change in node modules as updates or re-installation may remove those changes. So better to change in angular cli
Angular 9 in angular.json
{ "projects": { "targets": { "serve": { "options": { "port": 5000 } } } } }