skip to Main Content

I have Nodejs installed on my computer. What I am trying to do is use Nodejs on Visual Studio Code.

When I try to run Nodejs on Visual Studio Code I get an error. It says that it does not recognize the term Node. I hope that you understand what I need.

2

Answers


  1. Restart the terminal if you just installed node. If it still gives the same error it means node did not get installed.

    Login or Signup to reply.
  2. Did you check the node version after installing node in your system?.make sure you installed node using command

    node -v
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search