diff options
Diffstat (limited to 'tests/specs/npm')
-rw-r--r-- | tests/specs/npm/byonm/not_installed.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/npm/byonm/not_installed.out b/tests/specs/npm/byonm/not_installed.out index 29f865140..2e608c37e 100644 --- a/tests/specs/npm/byonm/not_installed.out +++ b/tests/specs/npm/byonm/not_installed.out @@ -1,2 +1,2 @@ -error: Could not find "chalk" in a node_modules folder. Deno expects the node_modules/ directory to be up to date. Did you forget to run `npm install`? +error: Could not find "chalk" in a node_modules folder. Deno expects the node_modules/ directory to be up to date. Did you forget to run `deno install`? at file:///[WILDCARD]/not_installed.ts:1:19 |