Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to build and configure Node.js environment

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces "how to build and configure the Node.js environment". In the daily operation, I believe many people have doubts about how to build and configure the Node.js environment. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the questions of "how to build and configure the Node.js environment"! Next, please follow the editor to study!

Download the Node.js image file

Attached download address: Node.js official website

Here we use the windows64 bit as an example. Students of other operating systems please move.

1. Click downloads, and then download different versions of the file as needed.

It is recommended to use the installation file of installer. For example, windows 64 users recommend using the file indicated by the arrow in the following picture, which can be downloaded after clicking. Tip: downloading on the official website will be slow.

Second, install Node.js

2. Find the downloaded .msi file

2. Click run, and then follow the steps below (nanny level, so I can't help it if I can't understand it)

And then quietly waiting for the installation.

Determine whether the Node.js installation is normal

1. Open the terminal and type node-v

If the version number displayed is the same as the version number you downloaded, congratulations on the successful installation!

2. After typing node, you can enter the node terminal environment to write simple programs

For example:

Judge whether npm is normal or not

To be clear, when Node.js is installed, the npm component is also downloaded

Open the terminal and type npm-v

If the version number appears, the npm is normal.

Start building the environment.

1. Open the terminal and type in the following instructions:

Npm config set registry https://registry.npm.taobao.org

2. Type in the following instructions:

Npm install-g @ vue/cli

3. Type in the following instructions:

Npm install-g webpack

4. Type in the following instructions:

Vue-V

This step is a verification step. If the version number appears, it is normal.

5. Type in the following instructions:

Vue ui

Then the web page created by the vue project will pop up automatically

6. Click create

7. Configure the project

After you have created it, just open the folder where you created the project in HBuilder X.

At this point, the study on "how to build and configure the Node.js environment" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report