Node.js - bootstraponline/meta GitHub Wiki
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.