Can't start Appium Node Server

Hey guys. When I’m trying to Start Appium Node Server, the Appium just stuck here:

Checking if an update is available
Update not available
Starting Node Server
warn: Appium support for versions of node < 0.12 has been deprecated and will be removed in a future version. Please upgrade!
info: Welcome to Appium v1.4.0 (REV 8f63e2f91ef7907aed8bda763f4e5ca08e86970a)
info: Appium REST http interface listener started on 127.0.0.1:4723
info: [debug] Non-default server args: {"app":"C:\\Users\\George\\Desktop\\calc.apk","address":"127.0.0.1","logNoColors":true,"platformName":"Android","platformVersion":"18","automationName":"Appium"}
info: Console LogLevel: debug

I was waiting for 20 min and it was “frozen”.
How to resolve this issue? Thank you.

i am also getting stuck at same problem

@suresh_p Well this means that your server has been started successfully. Now you can use URL 127.0.0.1:4723 in your script to start a new session. Or if you are expecting to start app on connected device then in Appium UI check ‘Pre-launch Application’ in General Settings tab.