cek versi node js

node -v This command is used to check the version of Node.js installed on your system. It will return the version number of the Node.js that is currently installed.

If Node.js is installed, this command will return the version number.

If Node.js is not installed, this command will return an error message.

Ensure that you have Node.js installed on your system before running this command.