0

I have node installed however in my main terminal I cant access it. I can run the "Node.js command prompt" and it will work fine but shouldn't I be able to run node in the terminal? enter image description here

smyslov
  • 1,265
  • 1
  • 8
  • 27
Turtle
  • 49
  • 1
  • 6

1 Answers1

0

You have to add the node parent directory to the system $PATH variable.

hsz
  • 143,040
  • 58
  • 252
  • 308