PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Run/Debug Configuration: NPM

Last modified: 17 November 2022

Required plugins:

JavaScript and TypeScript - The plugin is available only in PyCharm Professional, where it is enabled by default.

Node.js - The plugin is available only in PyCharm Professional, where it is enabled by default.

Create: Run | Edit Configurations | Add New Configuration | NPM

In this dialog, create configurations for running npm and Yarn scripts locally. "Locally" in the current context means that PyCharm itself starts Node.js installed on your computer, whereupon initiates script execution.

Learn more from npm, pnpm, and Yarn.