node environment installation configuration

1. Environment installation

Node environment installation

installation steps:

  1. Click to install the package:

    Insert image description here

Installation package download:node installation package download address
https://pan.baidu.com/s/1iT9Coj2jlr22l4jF54iapA< a i=3> Extraction code: 0001

  1. Click next
    Insert image description here
    The external link image transfer failed. The source site may have an anti-leeching mechanism. It is recommended to save the image and upload it directly.

  2. Click Agree to continue to the next step

    ![The external link image transfer failed. The source site may have an anti-leeching mechanism. It is recommended to save the image and upload it directly](https://img-home.csdnimg.cn/images/20230724024159.png?Insert image description here

  3. Because node is a development environment and takes up a small amount of memory, we usually default to the C drive and click Next.

    Insert image description here

  4. Keep clicking next until you can click install

    Insert image description here

  5. After the installation is completed, you can directly click the Finish button to exit the installation wizard.

Check environment

  1. Shortcut key win+R, enter cmd, click Enter

Insert image description here

2. Check the environment variables: In the command line, enter path and press Enter, check that there is already node in the environment variables

Insert image description here

3. Check the node version and enter node -v in the command line (note that there is a space between node and -v)

Insert image description here

4. This place checks that the node version we installed is 14.18.2, which proves that we have installed it successfully. (Because the node14 version is the most stable version, it is recommended that you install the 14 version)

Guess you like

Origin blog.csdn.net/weixin_44042442/article/details/134557216