Nodejs installation under Windows

Source: Internet
Author: User
Tags install node

Install node. js on WINDOWV

Windows installation package (. msi) :

32-bit installation package: Http://nodejs.org/dist/v0.10.26/node-v0.10.26-x86.msi

64-bit installation package: Http://nodejs.org/dist/v0.10.26/x64/node-v0.10.26-x64.msi

Installation steps:

Step 1: Double-click the downloaded installation package Node-v0.10.26-x86.msi as follows:

Step 2: Click on the run above, the following screen will appear:

Step 3: Tick the Accept Agreement option and click the Next button:

Step 4:node.js The default installation directory is "C:\Program files\nodejs\", you can modify the directory and click Next:

Step 5: Click the tree icon to select the installation mode you want, then click Next Step Next (next)

Step 6: Click Install to start installing node. js. You can also click Back to modify the previous configuration. And then click Next (Next):

Installation process:

Click the Finish button to exit the Setup wizard.

To detect if the PATH environment variable is configured with node. js, click start = "Run =" Enter "cmd" + = Enter the command "path" and output the following result:

Path=c:\oraclexe\app\oracle\product\10.2.0\server\bin; C:\Windows\system32; C:\Windows; C:\Windows\System32\Wbem; C:\windows\system32\windowspowershell\v1.0\;c:\python32\python; C:\MinGW\bin; C:\Program Files\gtk2-runtime\lib; C:\Program files\mysql\mysql Server 5.5\bin; C:\Program files\nodejs\; C:\Users\rg\AppData\Roaming\npm

We can see that the environment variable already contains the C:\Program files\nodejs\

Check the node. JS version

Windows binary file (. exe) installation :

32-bit installation package: Http://nodejs.org/dist/v0.10.26/node.exe

64-bit installation package: Http://nodejs.org/dist/v0.10.26/x64/node.exe

Installation steps

Step 1: Double-click on the downloaded installation package Node.exe, the following interface will appear:

Clicking the Run button will show the command-line window:

Version test

Enter the directory where the Node.exe is located, as follows:

If you get the above output, you have successfully installed node. js.

Note: I have tried it, and I can actually install it.

Nodejs installation under Windows

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.