hhhhhxxxH
Denoβ€’14mo ago
hhhhhxxx

In nextjs, how to use deno.json.

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";
"
Was this page helpful?