nodejs version abfragen

To check the version of Node.js installed on your system, you can use the following steps:

  1. Open a terminal or command prompt window.
  2. Type the following command and press Enter: node -v This command tells Node.js to display its version.
  3. The terminal or command prompt should display the version number of Node.js that is installed on your system.

That's it! By following these steps, you can easily check the version of Node.js installed on your machine.