first i run "deno add jsr:@std/fs". Then, " import { copy } from "@std/fs"; await copy("foo.txt", "./hello.txt"); " But it has a error: " Module not found: Can't resolve '@std/fs' import { copy } from "@std/fs"; "
No replies yet
Join the Discord to continue the conversation
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.