Home > Article > Web Front-end > How to check whether nodejs is installed successfully
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
In the cmd command window, enter node -v
and execute, you will see the version number of node.js.
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
Method 3: Find the node program in the Control Panel
Open the "Control Panel" and click "Programs".
Click "Programs and Features".
You can find nodejs in the list, which proves that the installation is successful.
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!