AppCode
 
Get AppCode

Run/Debug Configuration: NPM

Last modified: 13 February 2023

Required plugins:

JavaScript and TypeScript - The plugin is bundled with AppCode and enabled by default.

Node.js - Install the plugin on the Settings | Plugins page, tab Marketplace.

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 AppCode itself starts Node.js installed on your computer, whereupon initiates script execution.

Learn more from npm, pnpm, and Yarn.