How to Check Node JS Version?

Open a terminal or command prompt

Run `node -v`

Run `node –version`

If using npm, run `npm -v` to check the npm version

If using nvm, run `nvm current`

If using nvm-windows, run `nvm list`

Suggested for You

Trending Today