Table of Contents

Enum NpmInstallStrategy

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

How npm arranges installed dependencies.

public enum NpmInstallStrategy

Fields

Hoisted = 0

Hoists non-duplicated dependencies to the top level.

Linked = 3

Links dependencies into the project from a shared store.

Nested = 1

Installs dependencies in place without hoisting.

Shallow = 2

Installs only direct dependencies at the top level.