NPM Package Management

The developer can manage easily all NPM dependencies in the current project within the IDE. The entry is shown in the figure below.

NPM Package Management

Configuration Workspace

Default Workspace

The IDE automatically creates default workspace on basis of the path of the package.json file under the current directory. As shown above, since the package.json file is found in both paths client and server of the project, two workspaces client and server are created.

Dependency Management

Dependency Prompt

When an exclamatory mark appears to the left of the dependency, it indicates the current dependency has been defined in the package.json but has not been installed. You may choose to install all dependencies or the current dependency.

Install Dependency

Automatically install dependency: enter the package name in the related workspace and press Enter.

NPM Package Management