Home  >  Article  >  Web Front-end  >  How to check whether nodejs is installed successfully

How to check whether nodejs is installed successfully

青灯夜游
青灯夜游Original
2021-01-20 13:59:3915978browse

Method: 1. Execute the "node -v" command in the cmd window and display the node version number, then the installation is successful. 2. Open the "Control Panel", click "Programs" - "Programs and Features", find nodejs in the program list, and the installation is successful. 3. Search for the node program in the "Start" menu. If it exists, the installation is successful.

The operating environment of this article: Acer S40-51, nodejs version 14.15.4, Windows10 Home Chinese version

Related recommendations: "nodejs Tutorial"

How to check whether nodejs is installed successfully

Method 1: Use the command in the cmd window to check whether

is in Right-click the "Start" button on the desktop, click "Run", open the "Run" window, enter "cmd", and then press Enter to open the cmd command window

How to check whether nodejs is installed successfully

How to check whether nodejs is installed successfully

How to check whether nodejs is installed successfully

In the cmd command window, enter node -v and execute, you will see the version number of node.js.

How to check whether nodejs is installed successfully

The version number appears, indicating that the installation has been successful.

Method 2: Find the node program in the Start menu

Click the "Start" button on the desktop, open the "Start" menu, and search for the node.js program

How to check whether nodejs is installed successfully

Method 3: Find the node program in the Control Panel

Open the "Control Panel" and click "Programs".

How to check whether nodejs is installed successfully

Click "Programs and Features".

How to check whether nodejs is installed successfully

You can find nodejs in the list, which proves that the installation is successful.

How to check whether nodejs is installed successfully

For more programming related knowledge, please visit: Programming Video! !

The above is the detailed content of How to check whether nodejs is installed successfully. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn