DenoDDeno
Powered by
hhhhhxxxH
Denoβ€’16mo 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";
"
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

How to use NextJS in deno monorepo?
SaitamaSSaitama / help
2y ago
deno.json for nextjs
GeaVerGGeaVer / help
17mo ago
how to use deno.json when using deno runtime in rust?
louis030195Llouis030195 / help
2y ago