isMissingNpx function

bool isMissingNpx(
  1. IShell shell
)

True if the current Shell does not have a reference to npx

since 0.0.1

Implementation

bool isMissingNpx(IShell shell) => isFalse(hasNpx(shell));