Skip to content

Node.js

bootstraponline edited this page Mar 28, 2013 · 3 revisions

Fix error: Couldn't start Appium REST http interface listener. Requested port is already in use. Please make sure there's no other instance of Appium running already. by closing node.

killall -9 node

--

Useful Node.js links.

Clone this wiki locally