From 5dc907df87edbb154120f9c28a5cb2ca76702606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 5 Sep 2024 10:08:22 +0100 Subject: fix: update hint for `deno add ` (#25455) Follow up to https://github.com/denoland/deno/pull/25430 --- tests/specs/run/bare_specifier_without_import/main.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/specs/run') diff --git a/tests/specs/run/bare_specifier_without_import/main.out b/tests/specs/run/bare_specifier_without_import/main.out index a873f2727..59ea23392 100644 --- a/tests/specs/run/bare_specifier_without_import/main.out +++ b/tests/specs/run/bare_specifier_without_import/main.out @@ -1,3 +1,3 @@ error: Relative import path "@std/dotenv/load" not prefixed with / or ./ or ../ - hint: If you want to use a JSR or npm package, try running `deno add @std/dotenv/load` + hint: If you want to use a JSR or npm package, try running `deno add jsr:@std/dotenv/load` or `deno add npm:@std/dotenv/load` at [WILDCARD]bare_specifier_without_import/main.ts:1:8 -- cgit v1.2.3