do-thing.js and it contains import {resolve} from "@std/path" (this is after running $ deno add jsr:@std/path), do I have to do anything to install that as a utility?error: Relative import path "@std/fs" not prefixed with / or ./ or ../
hint: If you want to use a JSR or npm package, try running deno add jsr:@std/fs or deno add npm:@std/fs
at file:///Users/me/do-thing.js:3:26
deno add @std/path.