PyCharm 2018.1 Help

Bower

PyCharm provides interface for installing, uninstalling, and upgrading client-side libraries and frameworks for your project using the Bower Package Manager. Alternatively, you can use the tool in the command line mode from the embedded local terminal.

Before you start

  1. Install Node.js and configure it as a local Node.js interpreter.
  2. Install and enable the NodeJS repository plugin on the Plugins page as described in Installing, Updating and Uninstalling Repository Plugins and Enabling and Disabling Plugins.

Installing Bower

Open the built-in PyCharm Terminal (Alt+F12) and type npm install -g bower at the command prompt.

Creating a Bower configuration file bower.json

  1. Open the embedded Terminal (View | Tool Windows | Terminal) and type the following at the command prompt:
    cd <your project folder> bower init
  2. Answer the questions to specify the following basic settings:
    • The testing framework to use.
    • The browsers to be captured automatically.
    • The patterns that define the location of test files to be involved in testing or excluded from it.

Configuring Bower in PyCharm

  1. In the Settings/Preferences dialog (Ctrl+Alt+S), click JavaScript under Languages and Frameworks, and then click Bower. The Bower page opens.
  2. Specify the Node.js interpreter to use, see Configuring a local Node.js interpreter for details.
  3. Specify the location of the Bower package and the bower.json configuration file.
Last modified: 23 July 2018

See Also

Procedures:

Reference: