pub fn node_modules_missing(root: &Path) -> boolExpand description
Whether root should have a node_modules directory and does not.
The single predicate behind WorkspaceDiagnosticKind::NodeModulesMissing.
A Deno project with no package.json legitimately runs without one, so it
is not reported.