Installation of the software - node.js for windows

About

Node.js is a JavaScript runtime environment Chrome V8 engine.
Node.js uses an event-driven, non-blocking I / O model, making it lightweight and efficient.
Node.js package manager npm is the world's largest repository of open source ecosystem.

http://nodejs.cn/
https://nodejs.org/en/

download

Official website to download on the line:

https://nodejs.org/en/
Baidu cloud disk link: https://pan.baidu.com/s/1o1RksW6BN0FX0KLlXDsVOg  extraction code: lc5q

My environment:

win10 专业版
node.js v8.9.0

Is downloaded to the local msi file.

installation

  • Click on the msiexecutable file to install.

  • (Optional) Windows security warnings, select Run.

  • Enter the installation step of selecting next.

  • Check the license agreement and click Next.

  • (Optional) Select the installation directory, look at your needs.

  • Custom configuration here, directly next.

  • Enter the installation steps.

  • The installation is complete, click finish.

test

Terminal test is performed:

It is unnecessary to add environment variables can be manually invoked. The version number appears normal installation was successful.


 

Guess you like

Origin www.cnblogs.com/sundawei7/p/11962154.html