Search
Preparing search index...
The search index is not available
jbr
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
jbr
jbr
CliNpmInstaller
Class CliNpmInstaller
Installs npm packages by invoking the CLI.
Hierarchy
CliNpmInstaller
Implements
NpmInstaller
Index
Constructors
constructor
Properties
context
next
Version
Methods
fetch
Package
Names
install
Constructors
constructor
new
Cli
Npm
Installer
(
context
:
ITaskContext
, nextVersion
:
boolean
)
:
CliNpmInstaller
Parameters
context:
ITaskContext
nextVersion:
boolean
Returns
CliNpmInstaller
Properties
Private
Readonly
context
context
:
ITaskContext
Private
Readonly
next
Version
next
Version
:
boolean
Methods
fetch
Package
Names
fetch
Package
Names
(
scope
:
string
)
:
Promise
<
{
description
:
string
;
link
:
string
;
name
:
string
}
[]
>
Parameters
scope:
string
Returns
Promise
<
{
description
:
string
;
link
:
string
;
name
:
string
}
[]
>
install
install
(
cwd
:
string
, packages
:
string
[]
, scopeError
:
string
)
:
Promise
<
void
>
Parameters
cwd:
string
packages:
string
[]
scopeError:
string
Returns
Promise
<
void
>
Modules
experiment-
bsbm
experiment-
solidbench
experiment-
sparql-
custom
experiment-
watdiv
hook-
cli
hook-
docker
hook-
sparql-
endpoint-
comunica
hook-
sparql-
endpoint-
ldf
jbr
experiment-
bsbm
experiment-
solidbench
experiment-
sparql-
custom
experiment-
watdiv
hook-
cli
hook-
docker
hook-
sparql-
endpoint-
comunica
hook-
sparql-
endpoint-
ldf
jbr
Cli
Npm
Installer
constructor
context
next
Version
fetch
Package
Names
install
Generated using
TypeDoc
Installs npm packages by invoking the CLI.