Home>Article>Web Front-end> How to check whether nodejs is installed successfully
How to check whether nodejs is successfully installed: First press the shortcut key [win x] to open the menu, find [Run] and enter cmd; then open the cmd command line; then enter "node - v" command and execute it. If the node version is displayed, it proves that the nodejs installation is successful.
The operating environment of this article: Acer S40-51, Windows10 Home Chinese version, Nodejs v14.15.4
Recommendation: "nodejs video Tutorial》
How to check whether nodejs is successfully installed:
First press the shortcut key [win x] to open the menu, find [Run] and enter cmd, Open the cmd command line.
Then in the cmd command line, enter node -v and execute, the node version is displayed, proving that the installation is successful.
For example, my node version is 14.15.4.
For more computer programming related knowledge, please visit:Programming Teaching! !
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!