Class NpmCleanInstall
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
Performs npm's clean install using the existing lockfile.
public sealed record NpmCleanInstall : NpmInstallCommand, IEquatable<ExecOptions>, IEquatable<ToolCommand>, IEquatable<ToolCommand<ExecResult>>, IEquatable<ExecToolCommand>, IEquatable<NpmWorkspaceCommand>, IEquatable<NpmInstallCommand>, IEquatable<NpmCleanInstall>Inheritance
Implements
Properties
CommandParts
Gets every canonically ordered rendered command fragment.
protected override IReadOnlyList<string?> CommandParts { get; }