D
Deno
G
Deno
β’
9mo ago
β’
2 replies
Gary K
Running npm modules via deno eval, prettier vs jsvu
What is the correct way to run
n
p
m
:jsvu via deno eval
?
fwiw
, the npm prettier way is
:
deno eval
'import
(
"
n
p
m
:prettier
/internal
/cli
.mjs
"
)
.then
(cli
=
> cli
.run
(Deno
.args
)
)
;
'
-
-
<prettier parameters
>
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
deno fmt vs prettier
G
Gary K / help
9mo ago
Running node/npm scripts with Deno
I
isAdrisal / help
7mo ago
Running deno add npm:xxx via docker results in not found
L
lilleman / help
12mo ago
canary `deno install` - can't find npm modules
B
Birk Skyum / help
2y ago