How to change PCF local port number(8181)
You might have noticed that when you tested your PCF component locally, npm always used port number:8181 as default. Is that possible to change a different one ? and How? [start] Initializing... [start] Validating manifest... [start] Validating control... [start] Generating manifest types... ... Starting control harness... [Browsersync] Access URLs: ---------------------------- Local: http://localhost:8181 ---------------------------- [Browsersync] Serving files from: C:\projects\LinearInput\out\controls\LinearInputControl [Browsersync] Watching files... The short answer is Yes if that really bothers you. ...