Skip to main content

node_modules_missing

Function node_modules_missing 

Source
pub fn node_modules_missing(root: &Path) -> bool
Expand 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.