DenoDDeno
Powered by
Gary KG
Denoβ€’9mo agoβ€’
2 replies
Gary K

Running npm modules via deno eval, prettier vs jsvu

What is the correct way to run npm:jsvu via deno eval?

fwiw, the npm prettier way is:

deno eval 'import("npm:prettier/internal/cli.mjs").then(cli => cli.run(Deno.args));' -- <prettier parameters>
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

deno fmt vs prettier
Gary KGGary K / help
9mo ago
Running node/npm scripts with Deno
isAdrisalIisAdrisal / help
7mo ago
Running deno add npm:xxx via docker results in not found
lillemanLlilleman / help
12mo ago
canary `deno install` - can't find npm modules
Birk SkyumBBirk Skyum / help
2y ago