I am trying with below code.
AppiumDriverLocalService service = AppiumDriverLocalService.buildDefaultService();
service.start();
But it gives me "io.appium.java_client.service.local.InvalidNodeJSInstance: Node.js is not installed"
Is there any way I can fix this problem without passing the node path/appium js into program ?
Any help will be more Appreciated