I just installed node.js and I also set PATH in environment variables. PATH value is:
C:\Program Files\Java\jdk1.8.0_25\bin;C:\android\adt\sdk\platform-tools;C:\android\adt\sdk\tools;C:\wamp\www\ant\bin;C:\Program Files\nodejs;
In short term
<jdk bin dir path>;<android platform-tools dir path>;<android tools dir path>;<apache ant bin dir path>;<nodejs path>
Android command working properly.
but when I execute node command, it is not responding.
I wait for response around 30 minutes but nothing happened.
Now if I pressed enter then cmd look like below image:
I am new with node.js. What is the issue?