by @kodeazy

How to check nodeJS is installed by identifying node version in commandPrompt?

Home » javascript » How to check nodeJS is installed by identifying node version in commandPrompt?
  • To check nodeJS is installed in your system identify the version of nodejs by using below command in command prompt.

    node --version
  • Output

    v14.16.1