2 references to _npmPath
aspire (2)
Npm\NpmRunner.cs (2)
31
public bool IsAvailable =>
_npmPath
.Value is not null;
173
var npmPath =
_npmPath
.Value;