D
Deno
H
Deno
β’
16mo ago
hhhhhxxx
In nextjs, how to use deno.json.
first i run
"deno add
j
s
r
:
@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
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How to use NextJS in deno monorepo?
S
Saitama / help
2y ago
deno.json for nextjs
G
GeaVer / help
17mo ago
how to use deno.json when using deno runtime in rust?
L
louis030195 / help
2y ago