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

Node.js with Docker

Last modified: 23 November 2021

Required plugins:

JavaScript and TypeScript, JavaScript Debugger, Docker -  The plugins are bundled with CLion and enabled by default.

Node.js, Node.js Remote Interpreter -  Install the plugins on the Settings/Preferences | Plugins page, tab Marketplace.

Required plugins: JavaScript and TypeScript, JavaScript Debugger, Node.js, Node.js Remote Interpreter See Before you start below.

With Docker, you can quickly bootstrap your Node.js application to run, debug, and profile it from CLion. The IDE will take care of the initial configuration by automatically creating a new Dockerfile, building and running an image, syncing your source code, and installing npm dependencies in the container.

You can find some examples at Quick Tour of WebStorm and Docker.