Bower installation tutorial

Source: Internet
Author: User
  1. Go to the node. js official website to download the corresponding operating system installation file http://www.nodejs.org/download/, windows environment to download the msi file
  2. Open the downloaded file and click next to complete the installation.
  3. After the installation is complete, open the cmd window and enter node-v to display the following interface, which indicates that the node is successfully installed:
  4. The new node version contains npm by default. If npm-v is entered, the following interface is displayed, indicating that npm is successfully installed.
  5. Install bower and enter npm install bower-g in cmd.
  6. After the installation is complete, enter bower-v to display the following interface, indicating that the bower is successfully installed.
  7. If bower is not an internal command, you need to configure the Path environment variable. In the Path variable, add: C: \ Program Files \ nodejs \ node_global \; (Enter the variable according to your own installation directory)

  8. After setting, restart cmd and perform Step 1 to check whether the setting is successful.

Bower installation tutorial

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.