NodeModuleNotInstalledException

Exception thrown when a required Node.js module is not installed.

Parameters

module

the module that is not installed

Constructors

Link copied to clipboard
constructor(module: NodeModule)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?