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

How to check whether nodejs is installed successfully

藏色散人
藏色散人Original
2021-01-22 15:19:329095browse

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.

How to check whether nodejs is installed successfully

How to check whether nodejs is installed successfully

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.

How to check whether nodejs is installed successfully

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!

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