0

C:\Windows\system32>echo %path%

C:\Program Files\Apache Software Foundation\apache-maven-3.2.2\bin";C:\Windows\S

ystem32;C:\Program Files (x86)\Heroku\bin;C:\Program Files\nodejs\;C:\Git\cmd;C:

\Git\bin;C:\Program Files\apache-ant-1.9.4\bin;C:\Program Files (x86)\Android\an

droid-studio\sdk\platform-tools;C:\Program Files (x86)\Android\android-studio\sd

k\tools;C:\Program Files\Java\jdk1.7.0_05\bin;C:\Program Files\Java\jdk1.7.0_05\

bin;

C:\Windows\system32>node

'node' is not recognized as an internal or external command, operable program or batch file.

Utkarsh
  • 83
  • 2
  • 10

1 Answers1

0

Set its installation directory path

SET PATH=C:\Program Files\Nodejs;%PATH%

and the module location path

C:\Users\AAhad\AppData\Roaming\npm;

and then on console run node

and check this as well: Node.js doesn't recognize system path?

Community
  • 1
  • 1
AAhad
  • 2,805
  • 1
  • 25
  • 42