< Back
Install-NodePackageRequiredModules
Post
NAME Install-NodePackageRequiredModules
SYNOPSIS
This function installs the required Node modules as specified in the Node package details.
SYNTAX
Install-NodePackageRequiredModules -name <String> -details <String> -nodePackagePath <String> [-returnInformation]
[<CommonParameters>]
DESCRIPTION
This function installs the required Node modules as specified in the Node package details.
PARAMETERS
-name <String>
The name of the Node package.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-details <String>
The Node package details in JSON string form.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-nodePackagePath <String>
The path to the folder containing the Node package.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-returnInformation [<SwitchParameter>]
Select whether to return information about the installation.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Management.Automation.PSObject
RELATED LINKS
SYNOPSIS
This function installs the required Node modules as specified in the Node package details.
SYNTAX
Install-NodePackageRequiredModules -name <String> -details <String> -nodePackagePath <String> [-returnInformation]
[<CommonParameters>]
DESCRIPTION
This function installs the required Node modules as specified in the Node package details.
PARAMETERS
-name <String>
The name of the Node package.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-details <String>
The Node package details in JSON string form.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-nodePackagePath <String>
The path to the folder containing the Node package.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-returnInformation [<SwitchParameter>]
Select whether to return information about the installation.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Management.Automation.PSObject
RELATED LINKS