PnpmRemove.

Remove(PnpmRemoveSettings) Method

Summary

Removes packages from `node_modules` and from the project's `package.json`. Visit https://pnpm.io/7.x/cli/remove for documentation about this command.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm.Remove
Containing Type
PnpmRemove

Syntax

public void Remove(PnpmRemoveSettings settings)

Parameters

Name Type Description
settings PnpmRemoveSettings The settings.

Return Value

Type Description
void