summaryrefslogtreecommitdiff
path: root/cli/resolver.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/resolver.rs')
-rw-r--r--cli/resolver.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/resolver.rs b/cli/resolver.rs
index bd88ecd9a..57c05b532 100644
--- a/cli/resolver.rs
+++ b/cli/resolver.rs
@@ -146,7 +146,7 @@ impl CliNodeResolver {
concat!(
"Could not resolve \"{}\", but found it in a package.json. ",
"Deno expects the node_modules/ directory to be up to date. ",
- "Did you forget to run `npm install`?"
+ "Did you forget to run `deno install`?"
),
specifier
));