Gary KG
Denoβ€’7mo 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>
Was this page helpful?