Module: Npm

Methods

(static) installDevSync(packages, pathName, packageManager)

This function installs development dependencies packages in a sync way.
Parameters:
Name Type Description
packages string
pathName string
packageManager string
Source:

(static) installGlobalSync(packages, packageManager)

This function installs global packages in a sync way.
Parameters:
Name Type Description
packages string
packageManager string
Source:

(static) installSync(packages, pathName, packageManager)

This function installs dependencies packages in a sync way.
Parameters:
Name Type Description
packages string
pathName string
packageManager string
Source:

(static) upgradeGlobalSync(packages, packageManager)

This function updates global packages in a sync way.
Parameters:
Name Type Description
packages string
packageManager string
Source: