Search code examples
javascriptnode.jsmacos

How to check that Node JS is installed correctly?


I'm completely new to OSX. I've tried to install Node JS using Terminal following step-by-step tutorial. How do I check that Node JS is installed successfully? Are there any commands or GUI interface equivalent to "Programs and Features" in Windows?

Thanks, DV


Solution

  • Type node -v in the terminal and you should see the node version displayed if its installed correctly.