PyCharm 2017.3 Help

Yeoman

This feature is only supported in the Professional edition.

The following is only valid when Yeoman and Node.js plugins are installed and enabled!

File | Settings | Languages and Frameworks | JavaScript | Yeoman for Windows and Linux
PyCharm | Preferences | Languages and Frameworks | JavaScript | Yeoman for macOS
Ctrl+Alt+S
settings


The page is available only when the Yeoman and the NodeJS plugins are installed and enabled. The plugins are not bundled with PyCharm, but they can be installed from the JetBrains plugin repository as described in Installing, Updating and Uninstalling Repository Plugins and Enabling and Disabling Plugins. Once enabled, the plugins are available at the IDE level, that is, you can use them in all your PyCharm projects.

On this page, specify the location of the Node.js executable file and the Yeoman project generator package installed through Node Package Manager.

ItemDescription
Node interpreter Specify here the location of the Node.js executable. Type the path manually, or choose it from the drop-down list if it was previously used, or click the Browse button browseButton and choose the location in the dialog box that opens. See Node.js for details.
Yeoman yo package In this field, specify the location of the global yo package, see Installing and Removing External Software Using Node Package Manager, section Installing an External Tool Globally.
Last modified: 28 March 2018

See Also